We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54e7ab commit 5e971baCopy full SHA for 5e971ba
1 file changed
src/ccp/gcp/gcp_service.py
@@ -9,9 +9,7 @@
9
10
class GCPService:
11
def __init__(self, project, json_cred_path, logger=None):
12
- # self.client_id = client_id #'821156343289-pjhb8buulo6hpnvkfqgv11vfvhol3bac.apps.googleusercontent.com'
13
- # self.client_secret = client_secret #'01h7ee77Qi7SHxXmGOZ37jot'
14
- self.project = project #cloudshell-gcp
+ self.project = project
15
self.logger = logger
16
self.client = None
17
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_cred_path
0 commit comments