Skip to content

Commit 6869cd6

Browse files
committed
[ModelicaSystem] add type hint for return value of isParameterChangeable()
1 parent 475c796 commit 6869cd6

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
@@ -1091,7 +1091,7 @@ def _set_method_helper(
10911091
def isParameterChangeable(
10921092
self,
10931093
name: str,
1094-
):
1094+
) -> bool:
10951095
q = self.getQuantities(name)
10961096
if q[0]["changeable"] == "false":
10971097
return False

0 commit comments

Comments
 (0)