diff --git a/OMPython/OMCSession.py b/OMPython/OMCSession.py index 6b5b2b3d..7f85766d 100644 --- a/OMPython/OMCSession.py +++ b/OMPython/OMCSession.py @@ -23,10 +23,10 @@ from typing import Any, Optional, Tuple import uuid import warnings -import zmq import psutil import pyparsing +import zmq # TODO: replace this with the new parser from OMPython.OMTypedParser import om_parser_typed