Skip to content

Commit 8dcabdb

Browse files
1 parent 8c57082 commit 8dcabdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎pandas_gbq/schema/bigquery_to_pyarrow.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
import warnings
65
from typing import Any, Union
6+
import warnings
77

88
import db_dtypes
9-
import pyarrow
109
from google.cloud import bigquery
10+
import pyarrow
1111

1212

1313
def pyarrow_datetime():

‎tests/unit/schema/test_bigquery_to_pyarrow.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
import functools
2020
import warnings
2121

22-
import pyarrow
23-
import pytest
2422
from google.cloud import bigquery
2523
from google.cloud.bigquery import schema
24+
import pyarrow
25+
import pytest
2626

2727

2828
@pytest.fixture

0 commit comments

Comments
 (0)