Skip to content

Commit

Permalink
feat: include LegacyPandasError in init imports (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
shollyman authored Sep 5, 2024
1 parent 7af6523 commit 3ab5e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/bigquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
from google.cloud.bigquery.enums import SqlTypeNames
from google.cloud.bigquery.enums import StandardSqlTypeNames
from google.cloud.bigquery.exceptions import LegacyBigQueryStorageError
from google.cloud.bigquery.exceptions import LegacyPandasError
from google.cloud.bigquery.exceptions import LegacyPyarrowError
from google.cloud.bigquery.external_config import ExternalConfig
from google.cloud.bigquery.external_config import BigtableOptions
Expand Down

0 comments on commit 3ab5e95

Please sign in to comment.