Skip to content

Commit 653aa0f

Browse files
committed
feat(client): fix backend
1 parent 37dd10c commit 653aa0f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
dataclasses-json==0.6.4
2-
dataclasses==0.6
1+
dataclasses-json>=0.6.4
2+
dataclasses>=0.6
33
randomname==0.2.1
4-
httpx==0.27.0
4+
httpx>=0.27.0
55
pytimeparse==1.1.8
66
attrs==22.2.0
77
python-dateutil==2.8.0

scaleway_qaas_client/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def __init__(self, project_id: str, secret_key: str, url: str = _DEFAULT_URL):
9090
self.__project_id = project_id
9191
url = url if url else _DEFAULT_URL
9292

93-
print(url)
94-
9593
self.__client = AuthenticatedClient(
9694
base_url=url,
9795
timeout=10.0,

0 commit comments

Comments
 (0)