We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f91db4 commit ae6db0dCopy full SHA for ae6db0d
1 file changed
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