aboutsummaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/graphgallery/surfacegraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/graphgallery/surfacegraph.py')
-rw-r--r--examples/datavisualization/graphgallery/surfacegraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/graphgallery/surfacegraph.py b/examples/datavisualization/graphgallery/surfacegraph.py
index 8a5db39c0..d42f496f9 100644
--- a/examples/datavisualization/graphgallery/surfacegraph.py
+++ b/examples/datavisualization/graphgallery/surfacegraph.py
@@ -3,7 +3,7 @@
from surfacegraphmodifier import SurfaceGraphModifier
-from PySide6.QtCore import QObject, QSize, Qt
+from PySide6.QtCore import QObject, Qt
from PySide6.QtGui import QBrush, QIcon, QLinearGradient, QPainter, QPixmap
from PySide6.QtWidgets import (QGroupBox, QCheckBox, QLabel, QHBoxLayout,
QPushButton, QRadioButton, QSizePolicy, QSlider,