src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 10069
435cc5875135
parent 10017
6d5ba2c97a8a
child 10373
093dcebe5ecb
--- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Thu May 25 19:51:47 2023 +0200
@@ -391,7 +391,7 @@
         self.mpyCrossInstallButton.setEnabled(not bool(mpycrossPath))
 
 
-def create(dlg):
+def create(dlg):  # noqa: U100
     """
     Module function to create the configuration page.
 

eric ide

mercurial