Skip to content

Commit 04b4939

Browse files
authored
Merge branch 'master' into cleanup_ModelicaSystem
2 parents 8379c22 + efcb00b commit 04b4939

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OMPython/OMParser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
"""
3434

3535
import sys
36+
from typing import Dict, Any
3637

37-
result = dict()
38+
result: Dict[str, Any] = dict()
3839

3940
inner_sets = []
4041
next_set_list = []

0 commit comments

Comments
 (0)