Skip to content

Commit 5c9c7d4

Browse files
committed
[OMCParser] fix mypy warnings
1 parent 87b0a38 commit 5c9c7d4

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)