We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5de073 commit 2ebb6bdCopy full SHA for 2ebb6bd
nixio/test/test_file.py
@@ -7,15 +7,15 @@
7
# modification, are permitted under the terms of the BSD License. See
8
# LICENSE file in the root of the Project.
9
import os
10
-import unittest
+import time
11
import h5py
12
+import unittest
13
import numpy as np
-import time
14
15
import nixio as nix
16
-from nixio.exceptions.exceptions import DuplicateName
17
import nixio.file as filepy
18
-from nixio.exceptions import InvalidFile
+from nixio.exceptions import InvalidFile, DuplicateName
+
19
from .tmp import TempDir
20
21
0 commit comments