From 55eb82c4344c445ea18ab8b9309754aed1300440 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Mon, 23 Mar 2015 21:28:29 +0100 Subject: [PATCH] fix pep257 --- _pytest/mark.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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():