We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f9fad commit a114c7aCopy full SHA for a114c7a
1 file changed
OMPython/ModelicaSystem.py
@@ -49,7 +49,7 @@
49
import warnings
50
import xml.etree.ElementTree as ET
51
52
-from OMPython.OMCSession import OMCSessionZMQ, OMCSessionException
+from OMPython.OMCSession import OMCSessionException, OMCSessionZMQ
53
54
# define logger using the current module name as ID
55
logger = logging.getLogger(__name__)
0 commit comments