Skip to content

Commit 17e049e

Browse files
committed
add missing import for warnings
1 parent 17a19b3 commit 17e049e

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)