You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import os; exec("try:\n if 'NG_EXCEPTIONS' in os.environ:import ng_exceptions;ng_exceptions.hook()\nexcept:print('An error occured while automatically hooking ng_exceptions.\\nIf you uninstalled ng_exceptions, you should probably delete any \\'ng_exceptions_hook.pth\\' file on your system or unset your \\'NG_EXCEPTIONS\\' environment variable.'); raise;")