Skip to content

Commit d1a0249

Browse files
committed
Renaming JSONClient -> ClientWithProject.
Done via: $ git grep -l JSONClient | xargs sed -i s/JSONClient/ClientWithProject/g Also fixing test b0rken by previous commit.
1 parent 6f89cbf commit d1a0249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/google-cloud-storage/google/cloud/storage

packages/google-cloud-storage/google/cloud/storage/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717

1818
from google.cloud._helpers import _LocalStack
19-
from google.cloud.client import JSONClient
19+
from google.cloud.client import ClientWithProject
2020
from google.cloud.exceptions import NotFound
2121
from google.cloud.iterator import HTTPIterator
2222
from google.cloud.storage._http import Connection
2323
from google.cloud.storage.batch import Batch
2424
from google.cloud.storage.bucket import Bucket
2525

2626

27-
class Client(JSONClient):
27+
class Client(ClientWithProject):
2828
"""Client to bundle configuration needed for API requests.
2929
3030
:type project: str

0 commit comments

Comments
 (0)