Skip to content

Commit

Permalink
Update instances.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalabka committed Sep 19, 2024
1 parent 998a76b commit 3c5a3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cloudprovider/gcp/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def refresh_client(self):
credentials, _ = google.auth.default()

# Use the credentials to build a service client
return googleapiclient.discovery.build('compute', 'v1', credentials=credentials)
return googleapiclient.discovery.build("compute", "v1", credentials=credentials)

def instances(self):
try:
Expand Down

0 comments on commit 3c5a3f4

Please sign in to comment.