src/eric7/eric7_pip.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
--- a/src/eric7/eric7_pip.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/eric7_pip.py	Sat Apr 20 18:01:36 2024 +0200
@@ -76,11 +76,12 @@
 from eric7.Toolbox import Startup
 
 
-def createMainWidget(args):  # noqa: U100
+def createMainWidget(_args):
     """
     Function to create the main widget.
 
-    @param args namespace object containing the parsed command line parameters
+    @param _args namespace object containing the parsed command line parameters
+        (unused)
     @type argparse.Namespace
     @return reference to the main widget
     @rtype QWidget

eric ide

mercurial