summaryrefslogtreecommitdiff
path: root/lib/extensions/params.py
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2022-01-29 09:53:50 +0100
committerKaalleen <reni@allenka.de>2022-05-04 19:04:44 +0200
commit82216b184c669d6dea26672e5c0771146e62ca39 (patch)
tree4ce9324418a71557c24c445afe1e0e388d4985c3 /lib/extensions/params.py
parent95a933161616e5860862435d4b999db49b8e50a5 (diff)
remove some pattern and marker mixups and some style issues
Diffstat (limited to 'lib/extensions/params.py')
-rw-r--r--lib/extensions/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py
index 30f6ba1d..55963625 100644
--- a/lib/extensions/params.py
+++ b/lib/extensions/params.py
@@ -296,7 +296,7 @@ class ParamsTab(ScrolledPanel):
widgets[3].Show(True)
choice["last_initialized_choice"] = current_selection
- def __do_layout(self, only_settings_grid=False):
+ def __do_layout(self, only_settings_grid=False): # noqa: C901
# just to add space around the settings
box = wx.BoxSizer(wx.VERTICAL)