Skip to content

Commit 3ab5e95

Browse files
authored
feat: include LegacyPandasError in init imports (#2014)
1 parent 7af6523 commit 3ab5e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigquery/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
from google.cloud.bigquery.enums import SqlTypeNames
4545
from google.cloud.bigquery.enums import StandardSqlTypeNames
4646
from google.cloud.bigquery.exceptions import LegacyBigQueryStorageError
47+
from google.cloud.bigquery.exceptions import LegacyPandasError
4748
from google.cloud.bigquery.exceptions import LegacyPyarrowError
4849
from google.cloud.bigquery.external_config import ExternalConfig
4950
from google.cloud.bigquery.external_config import BigtableOptions

0 commit comments

Comments
 (0)