Skip to content

Commit aefcb0e

Browse files
authored
Merge pull request #2968 from dhermes/generic-hygiene
Renaming JSONClient -> ClientWithProject.
2 parents 8f91db4 + ae6db0d commit aefcb0e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"""Client for interacting with the Google Cloud RuntimeConfig API."""
1616

1717

18-
from google.cloud.client import JSONClient
18+
from google.cloud.client import ClientWithProject
1919
from google.cloud.runtimeconfig.connection import Connection
2020
from google.cloud.runtimeconfig.config import Config
2121

2222

23-
class Client(JSONClient):
23+
class Client(ClientWithProject):
2424
"""Client to bundle configuration needed for API requests.
2525
2626
:type project: str

0 commit comments

Comments
 (0)