Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670743518
  • Loading branch information
colaboratory-team committed Sep 4, 2024
1 parent ccdd8e7 commit 60199e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/_import_magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def impl(line, cell, **kwargs):

def _declare_colabx_magics():
if get_ipython():
_declare_cell_magic('bigquery', 'google.cloud.bigquery', _load_extension)
_declare_cell_magic('bigquery', 'bigquery_magics', _load_extension)

0 comments on commit 60199e0

Please sign in to comment.