remove unused import
This commit is contained in:
parent
667e70f555
commit
a33650953a
|
@ -9,7 +9,6 @@ import _pytest._code
|
|||
from _pytest.config import hookimpl
|
||||
from _pytest.outcomes import fail, skip, xfail
|
||||
from _pytest.python import transfer_markers, Class, Module, Function
|
||||
from _pytest.skipping import MarkEvaluator
|
||||
|
||||
|
||||
def pytest_pycollect_makeitem(collector, name, obj):
|
||||
|
|
Loading…
Reference in New Issue