From bb2ab18a04f02553d644f5d9689b8cc7647da9ac Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 21 Oct 2018 14:11:31 -0500 Subject: [PATCH] Pass flake8 --- src/pgwui_core/form_constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '' -- 2.34.1