Flake8 crypto module 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 16 May 2019 17:18:29 +0200
branch3.26
changeset 12616 bfab695b740a
parent 12615 7abe23cbfda1
child 12617 f59439bac0a8
Flake8 crypto module
cubicweb/crypto.py
flake8-ok-files.txt
--- a/cubicweb/crypto.py	Thu May 16 17:17:42 2019 +0200
+++ b/cubicweb/crypto.py	Thu May 16 17:18:29 2019 +0200
@@ -26,6 +26,8 @@
 
 
 _CYPHERERS = {}
+
+
 def _cypherer(seed):
     try:
         return _CYPHERERS[seed]
--- a/flake8-ok-files.txt	Thu May 16 17:17:42 2019 +0200
+++ b/flake8-ok-files.txt	Thu May 16 17:18:29 2019 +0200
@@ -1,5 +1,6 @@
 cubicweb/__init__.py
 cubicweb/__main__.py
+cubicweb/crypto.py
 cubicweb/dataimport/csv.py
 cubicweb/dataimport/importer.py
 cubicweb/dataimport/massive_store.py