summaryrefslogtreecommitdiff
path: root/silx/gui/plot/CompareImages.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot/CompareImages.py')
-rw-r--r--silx/gui/plot/CompareImages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/silx/gui/plot/CompareImages.py b/silx/gui/plot/CompareImages.py
index 88b257d..f7c4899 100644
--- a/silx/gui/plot/CompareImages.py
+++ b/silx/gui/plot/CompareImages.py
@@ -30,6 +30,7 @@ __license__ = "MIT"
__date__ = "23/07/2018"
+import enum
import logging
import numpy
import weakref
@@ -42,7 +43,6 @@ from silx.gui import plot
from silx.gui import icons
from silx.gui.colors import Colormap
from silx.gui.plot import tools
-from silx.third_party import enum
_logger = logging.getLogger(__name__)