forked from VimPlug/jedi
Fix usages in context of the new parso parameter include_setitem=True
This commit is contained in:
@@ -368,7 +368,6 @@ some_dct['unknown']
|
||||
some_dct['a']
|
||||
|
||||
some_dct = dict({'a': 1, 1: ''})
|
||||
some_dct = dict(a=1, x=''})
|
||||
#? int() str()
|
||||
some_dct['la']
|
||||
some_dct['x'] = list
|
||||
|
||||
Reference in New Issue
Block a user