[autopep8] E303 - Remove extra blank lines
authorLaurent Peuch <cortex@worlddomination.be>
Thu, 16 May 2019 02:39:41 +0200
changeset 12609 a6133bc7b047
parent 12608 6b2a9f288956
child 12610 27af91c2b3e9
[autopep8] E303 - Remove extra blank lines
cubicweb/_exceptions.py
--- a/cubicweb/_exceptions.py	Thu May 16 02:39:41 2019 +0200
+++ b/cubicweb/_exceptions.py	Thu May 16 02:39:41 2019 +0200
@@ -18,7 +18,6 @@
 """Exceptions shared by different cubicweb packages."""
 
 
-
 from warnings import warn
 
 from logilab.common.decorators import cachedproperty