Skip to content

Commit 6e720c5

Browse files
committed
Remove unused import
1 parent 100c60d commit 6e720c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/doctest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import
33
import traceback
44
import pytest, py
5-
from _pytest.python import FixtureRequest, FuncFixtureInfo
5+
from _pytest.python import FixtureRequest
66
from py._code.code import TerminalRepr, ReprFileLocation
77

88
def pytest_addoption(parser):

0 commit comments

Comments
 (0)