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

Commit

Permalink
fix: remove duplicate variable declaration (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: minherz <minherz@users.noreply.github.com>
  • Loading branch information
iennae and minherz committed Nov 9, 2022
1 parent 48b4e35 commit 99a981c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/snippets/v3/cloud-client/snippets.py
Expand Up @@ -89,8 +89,6 @@ def list_time_series(project_id):

client = monitoring_v3.MetricServiceClient()
project_name = f"projects/{project_id}"
interval = monitoring_v3.TimeInterval()

now = time.time()
seconds = int(now)
nanos = int((now - seconds) * 10 ** 9)
Expand Down

0 comments on commit 99a981c

Please sign in to comment.