Skip to content

Commit 2ebb6bd

Browse files
committed
[testFile] organize imports
1 parent c5de073 commit 2ebb6bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nixio/test/test_file.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# modification, are permitted under the terms of the BSD License. See
88
# LICENSE file in the root of the Project.
99
import os
10-
import unittest
10+
import time
1111
import h5py
12+
import unittest
1213
import numpy as np
13-
import time
1414

1515
import nixio as nix
16-
from nixio.exceptions.exceptions import DuplicateName
1716
import nixio.file as filepy
18-
from nixio.exceptions import InvalidFile
17+
from nixio.exceptions import InvalidFile, DuplicateName
18+
1919
from .tmp import TempDir
2020

2121

0 commit comments

Comments
 (0)