Skip to content

Commit 809235a

Browse files
committed
[OMCSession] fix import order; zmq is a 3rd party package
1 parent 7c8d7cf commit 809235a

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
@@ -22,10 +22,10 @@
2222
from typing import Any, Optional, Tuple
2323
import uuid
2424
import warnings
25-
import zmq
2625

2726
import psutil
2827
import pyparsing
28+
import zmq
2929

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

0 commit comments

Comments
 (0)