Skip to content

Commit fdf798a

Browse files
committed
??? fix in OMParser
1 parent 3cbd5ce commit fdf798a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

OMPython/OMParser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
import sys
3636
from typing import Dict, Any
3737

38-
result: Dict[str, Any] = dict()
38+
result: Dict[str, Any] = {}
3939

40-
inner_sets = []
41-
next_set_list = []
4240
next_set = []
4341
next_set.append('')
4442

0 commit comments

Comments
 (0)