diff --git a/tqdm/autonotebook.py b/tqdm/autonotebook.py index e4434ff87..45404582a 100644 --- a/tqdm/autonotebook.py +++ b/tqdm/autonotebook.py @@ -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