diff -r 3ede487187f2 -r fab36645aa7d src/eric7/PipInterface/PipPackagesInputDialog.py --- a/src/eric7/PipInterface/PipPackagesInputDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipPackagesInputDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -18,12 +18,10 @@ Class implementing a dialog to enter package specifications. """ - def __init__(self, pip, title, install=True, parent=None): + def __init__(self, title, install=True, parent=None): """ Constructor - @param pip reference to the pip object - @type Pip @param title dialog title @type str @param install flag indicating an install action