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