--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py Sat Jun 27 12:08:12 2020 +0200 @@ -9,8 +9,6 @@ check. """ -from __future__ import unicode_literals - from PyQt5.QtCore import QObject, pyqtSignal from E5Gui.E5Application import e5App @@ -197,7 +195,7 @@ def serviceErrorPy3(self, fx, lang, fn, msg): """ - Public method handling service errors for Python 2. + Public method handling service errors for Python 3. @param fx service name (string) @param lang language (string)