src/eric7/JediInterface/JediClient.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10792
33a80657e896
diff -r 47be220abdaf -r 779cda568acb src/eric7/JediInterface/JediClient.py
--- a/src/eric7/JediInterface/JediClient.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/JediInterface/JediClient.py	Sat Apr 20 18:01:36 2024 +0200
@@ -106,11 +106,11 @@
         projectPath = params["ProjectPath"]
         self.__project = jedi.Project(projectPath)
 
-    def __closeProject(self, params):  # noqa: U100
+    def __closeProject(self, _params):
         """
         Private method to save a jedi project's data.
 
-        @param params dictionary containing the method parameters
+        @param _params dictionary containing the method parameters (unused)
         @type dict
         """
         if self.__project is not None:

eric ide

mercurial