Skip to content

Commit 44c3869

Browse files
committed
[OMCSession] fix import order; zmq is a 3rd party package
1 parent 93b7bac commit 44c3869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
from typing import Any, Optional, Tuple
2424
import uuid
2525
import warnings
26-
import zmq
2726

2827
import psutil
2928
import pyparsing
29+
import zmq
3030

3131
# TODO: replace this with the new parser
3232
from OMPython.OMTypedParser import om_parser_typed

0 commit comments

Comments
 (0)