We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a88427 + 8dcabdb commit 4882483Copy full SHA for 4882483
pandas_gbq/schema/bigquery_to_pyarrow.py
@@ -2,12 +2,12 @@
2
# Use of this source code is governed by a BSD-style
3
# license that can be found in the LICENSE file.
4
5
-import warnings
6
from typing import Any, Union
+import warnings
7
8
import db_dtypes
9
-import pyarrow
10
from google.cloud import bigquery
+import pyarrow
11
12
13
def pyarrow_datetime():
tests/unit/schema/test_bigquery_to_pyarrow.py
@@ -19,10 +19,10 @@
19
import functools
20
import warnings
21
22
23
-import pytest
24
25
from google.cloud.bigquery import schema
+import pytest
26
27
28
@pytest.fixture
0 commit comments