Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Mar 14, 2024
1 parent 859813f commit 4af40b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/autonotebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .std import tqdm, trange
else: # pragma: no cover
if "SPY_TESTING" in os.environ:
# we are running in the Spyder environment,
# we are running in the Spyder environment
from .std import tqdm, trange
else:
from .notebook import tqdm, trange
Expand Down

0 comments on commit 4af40b5

Please sign in to comment.