Skip to content

Commit d4d85ce

Browse files
authored
fix: remove unnecessary global variable definition (#907)
1 parent 5455de1 commit d4d85ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas_gbq/gbq.py

-3
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def __init__(
271271
rfc9110_delimiter=False,
272272
bigquery_client=None,
273273
):
274-
global context
275274
from google.api_core.exceptions import ClientError, GoogleAPIError
276275

277276
from pandas_gbq import auth
@@ -869,8 +868,6 @@ def read_gbq(
869868
df: DataFrame
870869
DataFrame representing results of query.
871870
"""
872-
global context
873-
874871
if dialect is None:
875872
dialect = context.dialect
876873

0 commit comments

Comments
 (0)