From: Karl O. Pinc Date: Fri, 22 Mar 2024 21:19:27 +0000 (-0500) Subject: Fix flake8 coding style errors X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=11f3d0ea52e6a6a6fc7677b13093e9da7817f268;p=pgwui_develop Fix flake8 coding style errors --- diff --git a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak index 41a1b1a..eb4884a 100644 --- a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak +++ b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak @@ -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 = []