--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py Fri Apr 09 18:38:01 2021 +0200 @@ -12,7 +12,7 @@ import copy -class PathlibChecker(object): +class PathlibChecker: """ Class implementing a checker for functions that can be replaced by use of the pathlib module.