aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/gallery/widgetgallery.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/gallery/widgetgallery.py')
-rw-r--r--examples/widgets/gallery/widgetgallery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/gallery/widgetgallery.py b/examples/widgets/gallery/widgetgallery.py
index d46095386..6cebd5382 100644
--- a/examples/widgets/gallery/widgetgallery.py
+++ b/examples/widgets/gallery/widgetgallery.py
@@ -147,7 +147,7 @@ class WidgetGallery(QDialog):
"""Dialog displaying a gallery of Qt Widgets"""
def __init__(self):
- super(WidgetGallery, self).__init__()
+ super().__init__()
self.setWindowIcon(QIcon(':/qt-project.org/logos/pysidelogo.png'))
self._progress_bar = self.create_progress_bar()