Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 99a981c

Browse files
iennaeminherz
andauthored
fix: remove duplicate variable declaration (#503)
Co-authored-by: minherz <[email protected]>
1 parent 48b4e35 commit 99a981c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +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()
93-
9492
now = time.time()
9593
seconds = int(now)
9694
nanos = int((now - seconds) * 10 ** 9)

0 commit comments

Comments
 (0)