Skip to content

Commit 6a7f03b

Browse files
committed
[__init__] fix imports
1 parent e1f25b7 commit 6a7f03b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OMPython/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
ModelExecutionData,
3737
ModelExecutionException,
3838

39+
OMCSessionABC,
3940
OMCSessionCmd,
4041
OMCSessionDocker,
4142
OMCSessionDockerContainer,
@@ -78,10 +79,9 @@
7879

7980
'OMSessionRunner',
8081

81-
'OMCSessionABC',
82-
8382
'doe_get_solutions',
8483

84+
'OMCSessionABC',
8585
'OMCSessionCmd',
8686
'OMCSessionDocker',
8787
'OMCSessionDockerContainer',

0 commit comments

Comments
 (0)