Skip to content

Commit 5018339

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

samples/snippets/snippets_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313

1414
import os
15-
import pytest
1615
import uuid
1716

18-
from quickstart import quickstart
17+
from google.api_core import exceptions
18+
from google.cloud import secretmanager
19+
import pytest
20+
1921
from access_secret_version import access_secret_version
2022
from add_secret_version import add_secret_version
2123
from create_secret import create_secret
@@ -29,11 +31,9 @@
2931
from iam_revoke_access import iam_revoke_access
3032
from list_secret_versions import list_secret_versions
3133
from list_secrets import list_secrets
34+
from quickstart import quickstart
3235
from update_secret import update_secret
3336

34-
from google.api_core import exceptions
35-
from google.cloud import secretmanager
36-
3737

3838
@pytest.fixture()
3939
def client():

0 commit comments

Comments
 (0)