Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3bcc2b

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes (GoogleCloudPlatform#3738)
1 parent 7197c6a commit f3bcc2b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bigquery/datalab-migration/samples_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
import google.auth
1818
import google.datalab
19-
import pytest
2019
import IPython
21-
from IPython.testing import tools
2220
from IPython.terminal import interactiveshell
21+
from IPython.testing import tools
22+
import pytest
2323

2424

2525
# Get default project

bigtable/hello_happybase/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"""
2626

2727
import argparse
28+
2829
# [START bigtable_hw_imports_happybase]
2930
from google.cloud import bigtable
3031
from google.cloud import happybase

bigtable/metricscaler/metricscaler_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
import time
1919
import uuid
2020

21-
import pytest
2221
from google.cloud import bigtable
2322
from google.cloud.bigtable import enums
2423
from mock import patch
24+
import pytest
2525

2626
from metricscaler import get_cpu_load
2727
from metricscaler import get_storage_utilization

bigtable/quickstart/main_test.py

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

1515
import os
1616
import random
17+
18+
from google.cloud import bigtable
1719
import pytest
1820

1921
from main import main
20-
from google.cloud import bigtable
22+
2123

2224
PROJECT = os.environ['GCLOUD_PROJECT']
2325
BIGTABLE_INSTANCE = os.environ['BIGTABLE_INSTANCE']

0 commit comments

Comments
 (0)