Skip to content

Commit

Permalink
Update pandas_gbq/gbq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Oct 14, 2024
1 parent b078d74 commit d73f6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas_gbq/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ def log_elapsed_seconds(self, prefix="Elapsed", postfix="s.", overlong=6):
def get_client(self):
import google.api_core.client_info

# import pandas # noqa: F401 # TODO is this line needed here?

bigquery = FEATURES.bigquery_try_import()

user_agent = create_user_agent(
Expand Down

0 comments on commit d73f6ba

Please sign in to comment.