We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917540f commit 8c7b5f8Copy full SHA for 8c7b5f8
1 file changed
OMPython/OMCSession.py
@@ -42,8 +42,6 @@
42
import os
43
import pathlib
44
import platform
45
-import psutil
46
-import pyparsing
47
import re
48
import shutil
49
import signal
@@ -56,6 +54,9 @@
56
54
import warnings
57
55
import zmq
58
+import psutil
+import pyparsing
59
+
60
# TODO: replace this with the new parser
61
from OMPython.OMTypedParser import parseString as om_parser_typed
62
from OMPython.OMParser import om_parser_basic
0 commit comments