74 ) |
74 ) |
75 |
75 |
76 from eric7.Toolbox import Startup |
76 from eric7.Toolbox import Startup |
77 |
77 |
78 |
78 |
79 def createMainWidget(args): # noqa: U100 |
79 def createMainWidget(_args): |
80 """ |
80 """ |
81 Function to create the main widget. |
81 Function to create the main widget. |
82 |
82 |
83 @param args namespace object containing the parsed command line parameters |
83 @param _args namespace object containing the parsed command line parameters |
|
84 (unused) |
84 @type argparse.Namespace |
85 @type argparse.Namespace |
85 @return reference to the main widget |
86 @return reference to the main widget |
86 @rtype QWidget |
87 @rtype QWidget |
87 """ |
88 """ |
88 from eric7.PipInterface.PipPackagesWindow import PipPackagesWindow |
89 from eric7.PipInterface.PipPackagesWindow import PipPackagesWindow |