Skip to content

Commit

Permalink
chore: some lint fixes [(#3738)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 12, 2020
1 parent 96fe287 commit 6c64517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/quickstart/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@

import os
import random

from google.cloud import bigtable
import pytest

from main import main
from google.cloud import bigtable


PROJECT = os.environ['GCLOUD_PROJECT']
BIGTABLE_INSTANCE = os.environ['BIGTABLE_INSTANCE']
Expand Down

0 comments on commit 6c64517

Please sign in to comment.