aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/percentbarchart
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/percentbarchart')
-rw-r--r--examples/charts/percentbarchart/percentbarchart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/charts/percentbarchart/percentbarchart.py b/examples/charts/percentbarchart/percentbarchart.py
index 6557fe81a..0883a22d1 100644
--- a/examples/charts/percentbarchart/percentbarchart.py
+++ b/examples/charts/percentbarchart/percentbarchart.py
@@ -48,6 +48,7 @@ from PySide6.QtWidgets import (QMainWindow, QApplication)
from PySide6.QtCharts import (QBarCategoryAxis, QBarSet, QChart, QChartView,
QPercentBarSeries)
+
class MainWindow(QMainWindow):
def __init__(self):
super().__init__()