Skip to content

Commit 86412a4

Browse files
committed
lint
1 parent 3a95da3 commit 86412a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_console/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inspect
22
import typing as t
3-
from jupyter_core.utils import run_sync as _run_sync, ensure_async
3+
from jupyter_core.utils import run_sync as _run_sync, ensure_async # noqa
44

55

66
T = t.TypeVar("T")

0 commit comments

Comments
 (0)