Skip to content

Commit

Permalink
chore: some lint fixes [(#3749)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 13, 2020
1 parent 2908455 commit 5018339
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
# See the License for the specific language governing permissions and

import os
import pytest
import uuid

from quickstart import quickstart
from google.api_core import exceptions
from google.cloud import secretmanager
import pytest

from access_secret_version import access_secret_version
from add_secret_version import add_secret_version
from create_secret import create_secret
Expand All @@ -29,11 +31,9 @@
from iam_revoke_access import iam_revoke_access
from list_secret_versions import list_secret_versions
from list_secrets import list_secrets
from quickstart import quickstart
from update_secret import update_secret

from google.api_core import exceptions
from google.cloud import secretmanager


@pytest.fixture()
def client():
Expand Down

0 comments on commit 5018339

Please sign in to comment.