Skip to content

Commit 4882483

Browse files
committed
Merge remote-tracking branch 'origin/b401630655-json-dtype' into b401630655-json-dtype
2 parents 3a88427 + 8dcabdb commit 4882483

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)