Fix flake8 coding style errors
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 22 Mar 2024 21:19:27 +0000 (16:19 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 22 Mar 2024 21:19:27 +0000 (16:19 -0500)
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak

index 41a1b1a21924fc87a13e45d198386c10cd89cf01..eb4884a8dee51a86f8603907f70f65f365bb9655 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2020, 2024 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of ${component}.
 #
@@ -24,10 +24,11 @@ from . import exceptions as ex
 
 
 PGWUI_COMPONENT = '${component.lower()}'
-${short_name.upper()}_SETTINGS = ['menu_label',
-                   # An example setting needing custom validation
-                   'example_on_off_ask',
-                   ]
+${short_name.upper()}_SETTINGS = [
+    'menu_label',
+    # An example setting needing custom validation
+    'example_on_off_ask',
+]
 REQUIRED_SETTINGS = []
 BOOLEAN_SETTINGS = []