# HG changeset patch # User Laurent Peuch # Date 1557967182 -7200 # Node ID 27af91c2b3e9a08d43e9a214ed6008e73a533a8e # Parent a6133bc7b04749c9a40e92bf10a86bab289082d5 [autopep8] E305 - Expected 2 blank lines after end of function or class diff -r a6133bc7b047 -r 27af91c2b3e9 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