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 b029fe4 commit df6f0dcCopy full SHA for df6f0dc
IPython/testing/plugin/pytest_ipdoctest.py
@@ -36,7 +36,6 @@
36
from _pytest.compat import safe_getattr
37
from _pytest.config import Config
38
from _pytest.config.argparsing import Parser
39
-from _pytest.fixtures import TopRequest
40
41
try:
42
from _pytest.fixtures import TopRequest as FixtureRequest
IPython/testing/skipdoctest.py
@@ -4,7 +4,7 @@
4
numpy and sympy if they're present. Since this decorator is used in core parts
5
of IPython, it's in a separate module so that running IPython doesn't trigger
6
those imports."""
7
-from typing import Any, Callable
+from typing import Any
8
9
# Copyright (C) IPython Development Team
10
# Distributed under the terms of the Modified BSD License.
0 commit comments