diff --git a/_pytest/mark.py b/_pytest/mark.py index a619f96ca..1d5043578 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -1,10 +1,10 @@ """ generic mechanism for marking and selecting python functions. """ import py + class MarkerError(Exception): - """ - Error in use of a pytest marker/attribute. - """ + + """Error in use of a pytest marker/attribute.""" def pytest_namespace():