We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bc4375 + efcb00b commit a4a0d75Copy full SHA for a4a0d75
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