diff -r e1ce0866afe9 -r 9ae707db5265 pylintext.py --- a/pylintext.py Tue Nov 24 14:05:50 2015 +0100 +++ b/pylintext.py Tue Nov 24 14:08:47 2015 +0100 @@ -48,4 +48,3 @@ def register(linter): """called when loaded by pylint --load-plugins, nothing to do here""" MANAGER.register_transform(nodes.Module, cubicweb_transform) -