Skip to content

Commit a114c7a

Browse files
committed
[ModelicaSystem] reorder imports
1 parent a7f9fad commit a114c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import warnings
5050
import xml.etree.ElementTree as ET
5151

52-
from OMPython.OMCSession import OMCSessionZMQ, OMCSessionException
52+
from OMPython.OMCSession import OMCSessionException, OMCSessionZMQ
5353

5454
# define logger using the current module name as ID
5555
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)