Skip to content

Commit

Permalink
Update daft/runners/tqdm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]>
  • Loading branch information
samster25 and jaychia authored Nov 17, 2023
1 parent 187dabf commit 7ae3538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/runners/tqdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ def is_running_from_ipython():
from IPython import get_ipython

return get_ipython() is not None
except Exception:
except ImportError:
return False

Check warning on line 10 in daft/runners/tqdm.py

View check run for this annotation

Codecov / codecov/patch

daft/runners/tqdm.py#L9-L10

Added lines #L9 - L10 were not covered by tests

0 comments on commit 7ae3538

Please sign in to comment.