From 766de67392dda354fd37023f219dd71a4252efce Mon Sep 17 00:00:00 2001 From: Bruno Oliveira <nicoddemus@gmail.com> Date: Fri, 27 Oct 2017 18:42:46 -0200 Subject: [PATCH] Fix linting error in deprecated.py --- _pytest/deprecated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/deprecated.py b/_pytest/deprecated.py index e9231f221..910510b01 100644 --- a/_pytest/deprecated.py +++ b/_pytest/deprecated.py @@ -44,4 +44,4 @@ MARK_PARAMETERSET_UNPACKING = RemovedInPytest4Warning( COLLECTOR_MAKEITEM = RemovedInPytest4Warning( "pycollector makeitem was removed " "as it is an accidentially leaked internal api" -) \ No newline at end of file +)