Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585746452
  • Loading branch information
mayankmalik-colab authored and colaboratory-team committed Nov 28, 2023
1 parent dc427c8 commit 552bc5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
2 changes: 0 additions & 2 deletions google/colab/_import_hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
from google.colab._import_hooks import _bokeh
from google.colab._import_hooks import _client_info
from google.colab._import_hooks import _cv2
from google.colab._import_hooks import _pydrive
from google.colab._import_hooks import _pydrive2


def _register_hooks():
_altair._register_hook() # pylint:disable=protected-access
_bokeh._register_hook() # pylint:disable=protected-access
_cv2._register_hook() # pylint:disable=protected-access
_pydrive._register_hook() # pylint:disable=protected-access
_pydrive2._register_hook() # pylint:disable=protected-access
_client_info._register_hook() # pylint:disable=protected-access
73 changes: 0 additions & 73 deletions google/colab/_import_hooks/_pydrive.py

This file was deleted.

0 comments on commit 552bc5d

Please sign in to comment.