From 0440caf1d5a71ef108081bc9a621acb382816c5c Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Tue, 3 Sep 2024 16:20:14 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 670743518 --- google/colab/_import_magics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/colab/_import_magics.py b/google/colab/_import_magics.py index e70809ab..6c873421 100644 --- a/google/colab/_import_magics.py +++ b/google/colab/_import_magics.py @@ -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)