--- 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: