diff -r adf11836cfce -r d359172d11be eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/AnnotationsChecker.py Fri Apr 09 18:38:01 2021 +0200 @@ -13,7 +13,7 @@ import AstUtilities -class AnnotationsChecker(object): +class AnnotationsChecker: """ Class implementing a checker for function type annotations. """