We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95da3 commit 86412a4Copy full SHA for 86412a4
jupyter_console/utils.py
@@ -1,6 +1,6 @@
1
import inspect
2
import typing as t
3
-from jupyter_core.utils import run_sync as _run_sync, ensure_async
+from jupyter_core.utils import run_sync as _run_sync, ensure_async # noqa
4
5
6
T = t.TypeVar("T")
0 commit comments