We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8379c22 + efcb00b commit 04b4939Copy full SHA for 04b4939
1 file changed
OMPython/OMParser.py
@@ -33,8 +33,9 @@
33
"""
34
35
import sys
36
+from typing import Dict, Any
37
-result = dict()
38
+result: Dict[str, Any] = dict()
39
40
inner_sets = []
41
next_set_list = []
0 commit comments