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

Commit b61f55c

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes [(#3748)](GoogleCloudPlatform/python-docs-samples#3748)
1 parent d818aa8 commit b61f55c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/v3/api-client/custom_metric_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
import backoff
2929
import googleapiclient.discovery
30-
import pytest
3130
from googleapiclient.errors import HttpError
31+
import pytest
3232

3333
from custom_metric import create_custom_metric
3434
from custom_metric import delete_metric_descriptor

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
import os
1616
import re
17-
import pytest
1817

1918
import backoff
2019
from google.api_core.exceptions import NotFound
20+
import pytest
2121

2222
import snippets
2323

0 commit comments

Comments
 (0)