Skip to content

Commit 1084f3e

Browse files
committed
[test_*] reorder imports
1 parent 73c5062 commit 1084f3e

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

tests/test_FMIExport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import shutil
21
import os
32
import pathlib
3+
import shutil
44

55
import OMPython
66

tests/test_FMIRegression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import tempfile
1+
import os
22
import pathlib
33
import shutil
4-
import os
4+
import tempfile
55

66
import OMPython
77

tests/test_ZMQ.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pathlib
22
import os
3+
34
import pytest
45

56
import OMPython

tests/test_docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sys
2+
23
import pytest
4+
35
import OMPython
46

57
skip_on_windows = pytest.mark.skipif(

0 commit comments

Comments
 (0)