diff --git a/_pytest/mark.py b/_pytest/mark.py index 9d2b70958..5f6372397 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -1,6 +1,5 @@ """ generic mechanism for marking and selecting python functions. """ import inspect -import py class MarkerError(Exception): diff --git a/_pytest/pdb.py b/_pytest/pdb.py index 904504ffe..78fedd373 100644 --- a/_pytest/pdb.py +++ b/_pytest/pdb.py @@ -4,7 +4,6 @@ import pdb import sys import pytest -import py def pytest_addoption(parser):