summaryrefslogtreecommitdiff
path: root/src/silx/gui/widgets/test/test_legendiconwidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/widgets/test/test_legendiconwidget.py')
-rw-r--r--src/silx/gui/widgets/test/test_legendiconwidget.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/silx/gui/widgets/test/test_legendiconwidget.py b/src/silx/gui/widgets/test/test_legendiconwidget.py
index cfebc62..d31de23 100644
--- a/src/silx/gui/widgets/test/test_legendiconwidget.py
+++ b/src/silx/gui/widgets/test/test_legendiconwidget.py
@@ -27,8 +27,6 @@ __authors__ = ["V. Valls"]
__license__ = "MIT"
__date__ = "23/10/2020"
-import unittest
-
from silx.gui import qt
from silx.gui.widgets.LegendIconWidget import LegendIconWidget
from silx.gui.utils.testutils import TestCaseQt