8000 Fix lint issues · tmst/python-docs-samples@3f71bfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f71bfc

Browse files
author
Jon Wayne Parrott
committed
Fix lint issues
1 parent 536baf6 commit 3f71bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monitoring/api/v3/cloud-client/snippets_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import snippets
1615
from gcp.testing import eventually_consistent
1716

17+
import snippets
18+
1819

1920
def test_create_get_delete_metric_descriptor(capsys):
2021
snippets.create_metric_descriptor()

0 commit comments

Comments
 (0)
0