Skip to content

Commit df6f0dc

Browse files
committed
Apply suggestions from code review
Co-authored-by: M Bussonnier <bussonniermatthias@gmail.com>
1 parent b029fe4 commit df6f0dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

IPython/testing/plugin/pytest_ipdoctest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
from _pytest.compat import safe_getattr
3737
from _pytest.config import Config
3838
from _pytest.config.argparsing import Parser
39-
from _pytest.fixtures import TopRequest
4039

4140
try:
4241
from _pytest.fixtures import TopRequest as FixtureRequest

IPython/testing/skipdoctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
numpy and sympy if they're present. Since this decorator is used in core parts
55
of IPython, it's in a separate module so that running IPython doesn't trigger
66
those imports."""
7-
from typing import Any, Callable
7+
from typing import Any
88

99
# Copyright (C) IPython Development Team
1010
# Distributed under the terms of the Modified BSD License.

0 commit comments

Comments
 (0)