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

Commit 01c2ef4

Browse files
authored
Merge pull request #468 from GoogleCloudPlatform/nox-lint-per-sample
2 parents 507e05e + 43fb9c3 commit 01c2ef4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/snippets/v3/custom_metric_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
import random
2424
import time
2525

26-
from custom_metric import create_custom_metric, get_custom_metric
27-
from custom_metric import read_timeseries, write_timeseries_value
2826
from gcp.testing import eventually_consistent
2927
from gcp.testing.flaky import flaky
28+
29+
from custom_metric import create_custom_metric, get_custom_metric
30+
from custom_metric import read_timeseries, write_timeseries_value
3031
import list_resources
3132

3233
""" Custom metric domain for all custom metrics"""

samples/snippets/v3/list_resources_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import re
2424

2525
from gcp.testing.flaky import flaky
26+
2627
import list_resources
2728

2829
METRIC = 'compute.googleapis.com/instance/cpu/usage_time'

0 commit comments

Comments
 (0)