[repo] Fix flake8 errors in server/__init__.py
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Mar 2017 11:27:01 +0100
changeset 12023 0d2b889c85d3
parent 12022 f1abf449148e
child 12024 5f46195b9595
[repo] Fix flake8 errors in server/__init__.py
cubicweb/server/__init__.py
flake8-ok-files.txt
--- a/cubicweb/server/__init__.py	Fri Mar 10 11:25:24 2017 +0100
+++ b/cubicweb/server/__init__.py	Fri Mar 10 11:27:01 2017 +0100
@@ -22,8 +22,6 @@
 """
 from __future__ import print_function
 
-
-
 from contextlib import contextmanager
 
 from six import text_type, string_types
@@ -62,16 +60,16 @@
 
 # server debugging flags. They may be combined using binary operators.
 
-#:no debug information
+#: no debug information
 DBG_NONE = 0  #: no debug information
 #: rql execution information
-DBG_RQL  = 1
+DBG_RQL = 1
 #: executed sql
-DBG_SQL  = 2
+DBG_SQL = 2
 #: repository events
 DBG_REPO = 4
 #: multi-sources
-DBG_MS   = 8
+DBG_MS = 8
 #: hooks
 DBG_HOOKS = 16
 #: operations
--- a/flake8-ok-files.txt	Fri Mar 10 11:25:24 2017 +0100
+++ b/flake8-ok-files.txt	Fri Mar 10 11:27:01 2017 +0100
@@ -32,6 +32,7 @@
 cubicweb/pylintext.py
 cubicweb/rset.py
 cubicweb/rtags.py
+cubicweb/server/__init__.py
 cubicweb/server/repository.py
 cubicweb/server/rqlannotation.py
 cubicweb/server/schema2sql.py