Fix linting error in deprecated.py
This commit is contained in:
parent
821f9a94d8
commit
766de67392
|
@ -44,4 +44,4 @@ MARK_PARAMETERSET_UNPACKING = RemovedInPytest4Warning(
|
||||||
COLLECTOR_MAKEITEM = RemovedInPytest4Warning(
|
COLLECTOR_MAKEITEM = RemovedInPytest4Warning(
|
||||||
"pycollector makeitem was removed "
|
"pycollector makeitem was removed "
|
||||||
"as it is an accidentially leaked internal api"
|
"as it is an accidentially leaked internal api"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue