summaryrefslogtreecommitdiff
path: root/silx/io/commonh5.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/io/commonh5.py')
-rw-r--r--silx/io/commonh5.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/silx/io/commonh5.py b/silx/io/commonh5.py
index 4b2d8c3..2956714 100644
--- a/silx/io/commonh5.py
+++ b/silx/io/commonh5.py
@@ -29,10 +29,11 @@ files. They are used in :mod:`spech5` and :mod:`fabioh5`.
library, which is not a mandatory dependency for `silx`.
"""
import collections
+import weakref
+
import h5py
import numpy
-from silx.third_party import six
-import weakref
+import six
from . import utils