aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/states/states.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/states/states.py')
-rw-r--r--examples/widgets/animation/states/states.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/states/states.py b/examples/widgets/animation/states/states.py
index fa37c7b09..9b85e8373 100644
--- a/examples/widgets/animation/states/states.py
+++ b/examples/widgets/animation/states/states.py
@@ -12,7 +12,7 @@ from PySide6.QtWidgets import (QApplication, QGraphicsLinearLayout,
QGraphicsObject, QGraphicsProxyWidget,
QGraphicsWidget, QGraphicsScene, QGraphicsView,
QGroupBox, QPushButton, QRadioButton,
- QTextEdit, QVBoxLayout, QWidget)
+ QTextEdit, QVBoxLayout)
from PySide6.QtStateMachine import QState, QStateMachine