Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704324104
  • Loading branch information
colaboratory-team committed Dec 9, 2024
1 parent b11ec1f commit 9fd0f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/colab/_import_hooks/_altair.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def find_module(self, fullname, path=None):
'altair.vegalite.v2',
'altair.vegalite.v3',
'altair.vegalite.v4',
'altair.vegalite.v5',
]:
return None
self.module_info = imp.find_module(fullname.split('.')[-1], path)
Expand Down

0 comments on commit 9fd0f10

Please sign in to comment.