Skip to content

Commit 2b5c2db

Browse files
committed
add missing import for warnings
1 parent ae15b53 commit 2b5c2db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pathlib
99
import platform
1010
from typing import Any, Optional
11+
import warnings
1112

1213
import numpy as np
1314

0 commit comments

Comments
 (0)