Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Change-Id: If7b90925c51b739a293fad737c8ab6919b3f7eae
  • Loading branch information
Jon Wayne Parrott committed Aug 19, 2016
1 parent b9e4d23 commit a2d91fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigquery/cloud-client/load_data_from_file_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import load_data_from_file
import pytest

import load_data_from_file

DATASET_ID = 'test_dataset'
TABLE_ID = 'test_import_table'

Expand Down
1 change: 1 addition & 0 deletions bigquery/cloud-client/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from gcloud import bigquery
import pytest

import snippets


Expand Down

0 comments on commit a2d91fd

Please sign in to comment.