aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/lighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/lighting.py')
-rw-r--r--examples/widgets/effects/lighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/effects/lighting.py b/examples/widgets/effects/lighting.py
index e319b5f66..44856b20b 100644
--- a/examples/widgets/effects/lighting.py
+++ b/examples/widgets/effects/lighting.py
@@ -53,7 +53,7 @@ from PySide6.QtWidgets import (QApplication, QFrame, QGraphicsDropShadowEffect,
class Lighting(QGraphicsView):
def __init__(self, parent=None):
- super(Lighting, self).__init__(parent)
+ super().__init__(parent)
self.angle = 0.0
self.m_scene = QGraphicsScene()