Skip to content

Commit 8c7b5f8

Browse files
committed
[OMCSession] reorder imports
1 parent 917540f commit 8c7b5f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

OMPython/OMCSession.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
import os
4343
import pathlib
4444
import platform
45-
import psutil
46-
import pyparsing
4745
import re
4846
import shutil
4947
import signal
@@ -56,6 +54,9 @@
5654
import warnings
5755
import zmq
5856

57+
import psutil
58+
import pyparsing
59+
5960
# TODO: replace this with the new parser
6061
from OMPython.OMTypedParser import parseString as om_parser_typed
6162
from OMPython.OMParser import om_parser_basic

0 commit comments

Comments
 (0)