Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 1, 2024
1 parent 2449ab2 commit 842212d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas_gbq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

from pandas_gbq import version as pandas_gbq_version

from .gbq import Context, context, read_gbq, to_gbq # noqa

from . import _versions_helpers
from .gbq import Context, context, read_gbq, to_gbq # noqa

sys_major, sys_minor, sys_micro = _versions_helpers.extract_runtime_version()
if sys_major == 3 and sys_minor in (7, 8):
Expand Down

0 comments on commit 842212d

Please sign in to comment.