diff -r adf11836cfce -r d359172d11be eric6/UI/PixmapCache.py --- a/eric6/UI/PixmapCache.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/UI/PixmapCache.py Fri Apr 09 18:38:01 2021 +0200 @@ -13,7 +13,7 @@ from PyQt5.QtGui import QPixmap, QIcon, QPainter -class PixmapCache(object): +class PixmapCache: """ Class implementing a pixmap cache for icons. """