[autopep8] E305 - Expected 2 blank lines after end of function or class
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 16 May 2019 02:39:42 +0200
changeset 12610 27af91c2b3e9
parent 12609 a6133bc7b047
child 12611 e94287ab06d4
[autopep8] E305 - Expected 2 blank lines after end of function or class
cubicweb/_exceptions.py
--- a/cubicweb/_exceptions.py	Thu May 16 02:39:41 2019 +0200
+++ b/cubicweb/_exceptions.py	Thu May 16 02:39:42 2019 +0200
@@ -216,5 +216,6 @@
 class ExecutionError(Exception):
     """server execution control error (already started, not running...)"""
 
+
 # pylint: disable=W0611
 from logilab.common.clcommands import BadCommandUsage