Skip to content

Commit 1a93da3

Browse files
authored
Merge pull request #2968 from dhermes/generic-hygiene
Renaming JSONClient -> ClientWithProject.
2 parents b081949 + 00a2b65 commit 1a93da3

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-logging/google/cloud/logging

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
else:
3030
_HAVE_GAX = True
3131

32-
from google.cloud.client import JSONClient
32+
from google.cloud.client import ClientWithProject
3333
from google.cloud.environment_vars import DISABLE_GRPC
3434
from google.cloud.logging._http import Connection
3535
from google.cloud.logging._http import _LoggingAPI as JSONLoggingAPI
@@ -59,7 +59,7 @@
5959
"""Environment variable set in a Google Container Engine environment."""
6060

6161

62-
class Client(JSONClient):
62+
class Client(ClientWithProject):
6363
"""Client to bundle configuration needed for API requests.
6464
6565
:type project: str

0 commit comments

Comments
 (0)