We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b0a38 commit efcb00bCopy full SHA for efcb00b
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