Pass flake8
authorKarl O. Pinc <kop@meme.com>
Sun, 21 Oct 2018 19:11:31 +0000 (14:11 -0500)
committerKarl O. Pinc <kop@meme.com>
Sun, 21 Oct 2018 19:11:31 +0000 (14:11 -0500)
src/pgwui_core/form_constants.py

index 13840dad4bb9789cd0a53e3697edcf54f87b91e6..932c20a593ecd380faa9f9ba1afa89884b8b484c 100644 (file)
@@ -23,7 +23,7 @@
 
 # The various important containers.
 LIVE_DB = 'gombemi'
-TEST_DB    = 'gombemi_test'
+TEST_DB = 'gombemi_test'
 DEFAULT_SCHEMA = 'gombemi'
 
 CSV = 'csv'
@@ -33,5 +33,5 @@ TAB = 'tab'
 # (That these exist is a sign that we're not really utilizing our toolset.)
 CSV_VALUE = CSV
 TAB_VALUE = TAB
-CHECKED   = 'checked="checked"'
+CHECKED = 'checked="checked"'
 UNCHECKED = ''