diff -r 1109854f15f9 -r dda7e43934dc src/eric7/Graphics/PixmapDiagram.py --- a/src/eric7/Graphics/PixmapDiagram.py Fri Mar 08 15:51:14 2024 +0100 +++ b/src/eric7/Graphics/PixmapDiagram.py Fri Mar 08 16:08:43 2024 +0100 @@ -8,15 +8,7 @@ """ from PyQt6.QtCore import QEvent, QMarginsF, QSize, Qt -from PyQt6.QtGui import ( - QAction, - QColor, - QFont, - QPageLayout, - QPainter, - QPalette, - QPixmap, -) +from PyQt6.QtGui import QAction, QColor, QFont, QPageLayout, QPainter, QPalette, QPixmap from PyQt6.QtPrintSupport import QPrintDialog, QPrinter, QPrintPreviewDialog from PyQt6.QtWidgets import QLabel, QMenu, QScrollArea, QSizePolicy, QToolBar