Skip to content

Commit 475cbbd

Browse files
committed
[__init__] fix imports - remove OMCSessionZMQ
1 parent 9ebd429 commit 475cbbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

OMPython/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
OMCSessionPort,
2626
OMCSessionRunData,
2727
OMCSessionWSL,
28-
OMCSessionZMQ,
2928
)
3029

3130
# global names imported if import 'from OMPython import *' is used
@@ -48,5 +47,4 @@
4847
'OMCSessionLocal',
4948
'OMCSessionRunData',
5049
'OMCSessionWSL',
51-
'OMCSessionZMQ',
5250
]

0 commit comments

Comments
 (0)