Skip to content

Commit f16bd99

Browse files
committed
fix
1 parent 3161da3 commit f16bd99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import logging
3939
import numbers
4040
import os
41-
import pathlib
4241
import queue
4342
import textwrap
4443
import threading
@@ -49,8 +48,7 @@
4948
import numpy as np
5049

5150
from OMPython.OMCSession import (OMCSessionException, OMCSessionRunData, OMCSessionZMQ,
52-
OMCProcess, OMCProcessLocal,
53-
OMCPath)
51+
OMCProcess, OMCPath)
5452

5553
# define logger using the current module name as ID
5654
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)