Skip to content

Commit 067b9be

Browse files
committed
[ModelicaSystem] add type hint for return value of isParameterChangeable()
1 parent e91ef29 commit 067b9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ def _set_method_helper(
11781178
def isParameterChangeable(
11791179
self,
11801180
name: str,
1181-
):
1181+
) -> bool:
11821182
q = self.getQuantities(name)
11831183
if q[0]["changeable"] == "false":
11841184
return False

0 commit comments

Comments
 (0)