From bdd8c0873b53c32e9020dba73fe07ba5cf3d0a01 2020-10-12 20:37:06 From: Matthias Bussonnier Date: 2020-10-12 20:37:06 Subject: [PATCH] Update IPython/core/tests/test_async_helpers.py --- 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()