Skip to content

Commit

Permalink
chore: some lint fixes (#3738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 12, 2020
1 parent 7197c6a commit f3bcc2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bigquery/datalab-migration/samples_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

import google.auth
import google.datalab
import pytest
import IPython
from IPython.testing import tools
from IPython.terminal import interactiveshell
from IPython.testing import tools
import pytest


# Get default project
Expand Down
1 change: 1 addition & 0 deletions bigtable/hello_happybase/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"""

import argparse

# [START bigtable_hw_imports_happybase]
from google.cloud import bigtable
from google.cloud import happybase
Expand Down
2 changes: 1 addition & 1 deletion bigtable/metricscaler/metricscaler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import time
import uuid

import pytest
from google.cloud import bigtable
from google.cloud.bigtable import enums
from mock import patch
import pytest

from metricscaler import get_cpu_load
from metricscaler import get_storage_utilization
Expand Down
4 changes: 3 additions & 1 deletion bigtable/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 f3bcc2b

Please sign in to comment.