Skip to content

Commit 14c72f5

Browse files
authored
Merge pull request #2968 from dhermes/generic-hygiene
Renaming JSONClient -> ClientWithProject.
2 parents 6f89cbf + d1a0249 commit 14c72f5

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)