diff configmix/json.py @ 207:b3b5ed34d180

Handle most flake8 errors and warnings. NOTE: E265 "block comment should start with '# ' ist not yet handled. We would need to adjust our Python style.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 18:29:47 +0200
parents b5ce9a8461bf
children bbe8513ea649
line wrap: on
line diff
--- a/configmix/json.py	Sun May 05 16:53:13 2019 +0200
+++ b/configmix/json.py	Sun May 05 18:29:47 2019 +0200
@@ -19,7 +19,7 @@
     except ImportError:
         DictImpl = dict
 
-from .compat import u2fs        
+from .compat import u2fs
 
 
 __all__ = ["load"]