Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pandas_gbq/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def __init__(
rfc9110_delimiter=False,
bigquery_client=None,
):
global context
from google.api_core.exceptions import ClientError, GoogleAPIError

from pandas_gbq import auth
Expand Down Expand Up @@ -869,8 +868,6 @@ def read_gbq(
df: DataFrame
DataFrame representing results of query.
"""
global context

if dialect is None:
dialect = context.dialect

Expand Down