Skip to content

Commit

Permalink
Remove unused stuff from table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Apr 21, 2021
1 parent b6a4b0c commit 18ae1a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions google/cloud/bigquery/table.py
Expand Up @@ -19,7 +19,6 @@
import copy
import datetime
import functools
import logging
import operator
import pytz
import warnings
Expand Down Expand Up @@ -48,12 +47,6 @@
from google.cloud.bigquery.encryption_configuration import EncryptionConfiguration


_LOGGER = logging.getLogger(__name__)

_NO_BQSTORAGE_ERROR = (
"The google-cloud-bigquery-storage library is not installed, "
"please install google-cloud-bigquery-storage to use bqstorage features."
)
_NO_PANDAS_ERROR = (
"The pandas library is not installed, please install "
"pandas to use the to_dataframe() function."
Expand Down

0 comments on commit 18ae1a4

Please sign in to comment.