From: Karl O. Pinc Date: Sun, 21 Oct 2018 19:11:31 +0000 (-0500) Subject: Pass flake8 X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=bb2ab18a04f02553d644f5d9689b8cc7647da9ac;p=pgwui_core Pass flake8 --- diff --git a/src/pgwui_core/form_constants.py b/src/pgwui_core/form_constants.py index 13840da..932c20a 100644 --- a/src/pgwui_core/form_constants.py +++ b/src/pgwui_core/form_constants.py @@ -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 = ''