Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Oct 31, 2024
1 parent 00f7f7e commit e901d60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions safety/auth/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,5 +440,4 @@ def is_jupyter_notebook() -> bool:
elif "google.colab" in sys.modules:
return True
except (ImportError, AttributeError):
return False
return False
return False

0 comments on commit e901d60

Please sign in to comment.