ProjectPyramid/CreateParametersDialog.py

branch
eric7
changeset 168
fee59283137b
parent 167
d0f4aa941afe
child 171
4a8bf0845603
--- a/ProjectPyramid/CreateParametersDialog.py	Sat Dec 23 15:48:53 2023 +0100
+++ b/ProjectPyramid/CreateParametersDialog.py	Sat Dec 23 17:16:21 2023 +0100
@@ -58,7 +58,7 @@
         self.resize(max(self.width(), msh.width()), msh.height())
 
     @pyqtSlot(str)
-    def on_templateCombo_currentTextChanged(self, text):
+    def on_templateCombo_currentTextChanged(self, text):  # noqa: U100
         """
         Private slot to handle changes of the selected scaffold.
 

eric ide

mercurial