Remove extra print line in hacking.py
Change-Id: If3d5da52a55c1834f4dfa49d817010d314d1403a
This commit is contained in:
@@ -308,7 +308,6 @@ def nova_docstring_multiline_end(physical_line):
|
|||||||
"""
|
"""
|
||||||
pos = max([physical_line.find(i) for i in DOCSTRING_TRIPLE]) # start
|
pos = max([physical_line.find(i) for i in DOCSTRING_TRIPLE]) # start
|
||||||
if (pos != -1 and len(physical_line) == pos):
|
if (pos != -1 and len(physical_line) == pos):
|
||||||
print physical_line
|
|
||||||
if (physical_line[pos + 3] == ' '):
|
if (physical_line[pos + 3] == ' '):
|
||||||
return (pos, "NOVA N403: multi line docstring end on new line")
|
return (pos, "NOVA N403: multi line docstring end on new line")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user