Skip to content

Commit ae0ac8d

Browse files
engelkeleahecolegcf-merge-on-green[bot]kweinmeister
authored
fix: remove unused assignment (GoogleCloudPlatform#8979)
Per issue GoogleCloudPlatform#8977 this assignment is not needed as it is overwritten three statements later. Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Co-authored-by: Karl Weinmeister <[email protected]>
1 parent 37d6db7 commit ae0ac8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

monitoring/snippets/v3/cloud-client/snippets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def list_time_series(project_id):
8989

9090
client = monitoring_v3.MetricServiceClient()
9191
project_name = f"projects/{project_id}"
92-
interval = monitoring_v3.TimeInterval()
9392

9493
now = time.time()
9594
seconds = int(now)

0 commit comments

Comments
 (0)