diff -r adf11836cfce -r d359172d11be eric6/Utilities/BackgroundClient.py --- a/eric6/Utilities/BackgroundClient.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/Utilities/BackgroundClient.py Fri Apr 09 18:38:01 2021 +0200 @@ -19,7 +19,7 @@ from zlib import adler32 -class BackgroundClient(object): +class BackgroundClient: """ Class implementing the main part of the background client. """