Skip to content

Commit c261cff

Browse files
syntronadeas31
andauthored
[OMCSession] fix import order; zmq is a 3rd party package (#416)
Co-authored-by: Adeel Asghar <adeel.asghar@liu.se>
1 parent 57d11db commit c261cff

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)