We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f91db4 + ae6db0d commit aefcb0eCopy full SHA for aefcb0e
packages/google-cloud-runtimeconfig/google/cloud/runtimeconfig/client.py
@@ -15,12 +15,12 @@
15
"""Client for interacting with the Google Cloud RuntimeConfig API."""
16
17
18
-from google.cloud.client import JSONClient
+from google.cloud.client import ClientWithProject
19
from google.cloud.runtimeconfig.connection import Connection
20
from google.cloud.runtimeconfig.config import Config
21
22
23
-class Client(JSONClient):
+class Client(ClientWithProject):
24
"""Client to bundle configuration needed for API requests.
25
26
:type project: str
0 commit comments