Skip to content

Commit 5cba6d3

Browse files
committed
??? fix imports
1 parent f74f429 commit 5cba6d3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import textwrap
1616
import threading
1717
from typing import Any, cast, Optional
18-
import warnings
1918
import xml.etree.ElementTree as ET
2019

2120
import numpy as np

OMPython/OMCSession.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import time
2323
from typing import Any, Optional, Tuple
2424
import uuid
25-
import warnings
2625
import zmq
2726

2827
import psutil

0 commit comments

Comments
 (0)