Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588756998
  • Loading branch information
mayankmalik-colab authored and colaboratory-team committed Dec 7, 2023
1 parent d1bf01c commit c8ca9c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/colab/_import_hooks/_pydrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ def PatchedLocalWebServerAuth(self, *args, **kwargs): # pylint:disable=invalid-
pydrive_auth_module.GoogleAuth.LocalWebserverAuth = (
PatchedLocalWebServerAuth
)
logging.warning(
'pydrive is deprecated and no longer maintained. We'
' recommend that you migrate your projects to pydrive2, the'
' maintained fork of pydrive'
)
except: # pylint: disable=bare-except
logging.exception('Error patching PyDrive')

Expand Down

0 comments on commit c8ca9c0

Please sign in to comment.