summaryrefslogtreecommitdiff
path: root/src/silx/gui/plot/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/plot/test/utils.py')
-rw-r--r--src/silx/gui/plot/test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/silx/gui/plot/test/utils.py b/src/silx/gui/plot/test/utils.py
index faa40bb..d48a467 100644
--- a/src/silx/gui/plot/test/utils.py
+++ b/src/silx/gui/plot/test/utils.py
@@ -30,7 +30,6 @@ __date__ = "26/01/2018"
import logging
import pytest
-import unittest
from silx.gui.utils.testutils import TestCaseQt
@@ -47,6 +46,7 @@ class PlotWidgetTestCase(TestCaseQt):
plot attribute is the PlotWidget created for the test.
"""
+
__screenshot_already_taken = False
backend = None