We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f89cbf commit d1a0249Copy full SHA for d1a0249
1 file changed
packages/google-cloud-storage/google/cloud/storage/client.py
@@ -16,15 +16,15 @@
16
17
18
from google.cloud._helpers import _LocalStack
19
-from google.cloud.client import JSONClient
+from google.cloud.client import ClientWithProject
20
from google.cloud.exceptions import NotFound
21
from google.cloud.iterator import HTTPIterator
22
from google.cloud.storage._http import Connection
23
from google.cloud.storage.batch import Batch
24
from google.cloud.storage.bucket import Bucket
25
26
27
-class Client(JSONClient):
+class Client(ClientWithProject):
28
"""Client to bundle configuration needed for API requests.
29
30
:type project: str
0 commit comments