diff --git a/IPython/core/tests/test_async_helpers.py b/IPython/core/tests/test_async_helpers.py index d23d9f1..5dc43ca 100644 --- a/IPython/core/tests/test_async_helpers.py +++ b/IPython/core/tests/test_async_helpers.py @@ -13,6 +13,7 @@ from typing import TYPE_CHECKING if TYPE_CHECKING: from IPython import get_ipython + ip = get_ipython()