Skip to content

Commit a66b2da

Browse files
committed
[ModelicaSystem] reorder imports
1 parent 9b55d6b commit a66b2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import itertools
3838
import logging
3939
import numbers
40-
import numpy as np
4140
import os
4241
import pathlib
4342
import queue
@@ -47,6 +46,8 @@
4746
import warnings
4847
import xml.etree.ElementTree as ET
4948

49+
import numpy as np
50+
5051
from OMPython.OMCSession import (OMCSessionException, OMCSessionRunData, OMCSessionZMQ,
5152
OMCProcess, OMCPath)
5253

0 commit comments

Comments
 (0)