Skip to content

Commit

Permalink
Feedback: just updating some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jan 19, 2024
1 parent 88cf93c commit 9c7bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/infrastructure/gcp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def monitoring_metric_service(self, version: str):
"""
client = None
if version == "v3":
# TODO(sergiitk): set client_options arg is staging api is needed.
# TODO(sergiitk): set client_options arg if staging api is needed.
client = google.cloud.monitoring_v3.MetricServiceClient()

if not client:
Expand Down

0 comments on commit 9c7bdfa

Please sign in to comment.