Skip to content

Commit a2d91fd

Browse files
author
Jon Wayne Parrott
committed
Fix lint
Change-Id: If7b90925c51b739a293fad737c8ab6919b3f7eae
1 parent b9e4d23 commit a2d91fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bigquery/cloud-client/load_data_from_file_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
import load_data_from_file
1514
import pytest
1615

16+
import load_data_from_file
17+
1718
DATASET_ID = 'test_dataset'
1819
TABLE_ID = 'test_import_table'
1920

bigquery/cloud-client/snippets_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
from gcloud import bigquery
1616
import pytest
17+
1718
import snippets
1819

1920

0 commit comments

Comments
 (0)