diff --git a/safety/auth/utils.py b/safety/auth/utils.py index c29f51f8..eb99d291 100644 --- a/safety/auth/utils.py +++ b/safety/auth/utils.py @@ -440,5 +440,4 @@ def is_jupyter_notebook() -> bool: elif "google.colab" in sys.modules: return True except (ImportError, AttributeError): - return False - return False \ No newline at end of file + return False \ No newline at end of file