Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Sep 10, 2020
1 parent 608f75a commit 049f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wandb/lib/ipython.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def _get_python_type():
try:
import google.colab
return 'jupyter'
except:
except ImportError:
pass
try:
if 'terminal' in get_ipython().__module__:
Expand Down

0 comments on commit 049f6a7

Please sign in to comment.