src/eric7/eric7_diff.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
86 ) 86 )
87 87
88 from eric7.Toolbox import Startup 88 from eric7.Toolbox import Startup
89 89
90 90
91 def createMainWidget(args): # noqa: U100 91 def createMainWidget(_args):
92 """ 92 """
93 Function to create the main widget. 93 Function to create the main widget.
94 94
95 @param args namespace object containing the parsed command line parameters 95 @param _args namespace object containing the parsed command line parameters
96 (unused)
96 @type argparse.Namespace 97 @type argparse.Namespace
97 @return reference to the main widget 98 @return reference to the main widget
98 @rtype QWidget 99 @rtype QWidget
99 """ 100 """
100 from eric7.UI.DiffDialog import DiffWindow 101 from eric7.UI.DiffDialog import DiffWindow

eric ide

mercurial