Skip to content

Commit 18ae1a4

Browse files
committed
Remove unused stuff from table.py
1 parent b6a4b0c commit 18ae1a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

google/cloud/bigquery/table.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import copy
2020
import datetime
2121
import functools
22-
import logging
2322
import operator
2423
import pytz
2524
import warnings
@@ -48,12 +47,6 @@
4847
from google.cloud.bigquery.encryption_configuration import EncryptionConfiguration
4948

5049

51-
_LOGGER = logging.getLogger(__name__)
52-
53-
_NO_BQSTORAGE_ERROR = (
54-
"The google-cloud-bigquery-storage library is not installed, "
55-
"please install google-cloud-bigquery-storage to use bqstorage features."
56-
)
5750
_NO_PANDAS_ERROR = (
5851
"The pandas library is not installed, please install "
5952
"pandas to use the to_dataframe() function."

0 commit comments

Comments
 (0)