src/eric7/PipInterface/PipFileSelectionDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10620
699b5ceb39aa
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/PipInterface/PipFileSelectionDialog.py
--- 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

eric ide

mercurial