Skip to content

Commit 81563cc

Browse files
committed
[ModelicaSystem] reorder imports
1 parent 99a91e5 commit 81563cc

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 queue
4342
import textwrap
@@ -46,6 +45,8 @@
4645
import warnings
4746
import xml.etree.ElementTree as ET
4847

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

0 commit comments

Comments
 (0)