From 4af40b5d9d6fc917a95dc4573ca1fee88eeca14f Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Thu, 14 Mar 2024 20:36:54 +0100 Subject: [PATCH] whitespace --- tqdm/autonotebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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