--- a/src/eric7/PipInterface/PipFileSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PipInterface/PipFileSelectionDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -24,12 +24,10 @@ Class implementing a dialog to enter a file to be processed. """ - def __init__(self, pip, mode, install=True, parent=None): + def __init__(self, mode, install=True, parent=None): """ Constructor - @param pip reference to the pip object - @type Pip @param mode mode of the dialog @type str @param install flag indicating an install action