aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/legend/legend.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/legend/legend.py')
-rw-r--r--examples/charts/legend/legend.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/charts/legend/legend.py b/examples/charts/legend/legend.py
index f1929547d..39b9543f4 100644
--- a/examples/charts/legend/legend.py
+++ b/examples/charts/legend/legend.py
@@ -7,7 +7,8 @@ import sys
from PySide6.QtCore import Qt, QRectF, Slot
from PySide6.QtGui import QBrush, QColor, QPainter, QPen
from PySide6.QtWidgets import (QApplication, QDoubleSpinBox,
- QFormLayout, QGridLayout, QGroupBox, QPushButton, QWidget)
+ QFormLayout, QGridLayout, QGroupBox,
+ QPushButton, QWidget)
from PySide6.QtCharts import QBarSeries, QBarSet, QChart, QChartView