Skip to content

Commit

Permalink
tqdm -> tqdm.auto, for notebook users (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeoshardo authored Jun 24, 2024
1 parent f139810 commit af7058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nd2/tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


try:
from tqdm import tqdm as _pbar
from tqdm.auto import tqdm as _pbar

except ImportError:

Expand Down

0 comments on commit af7058d

Please sign in to comment.