forked from VimPlug/jedi
json.load[s] shouldn't return any results. fixed by overwriting the method
This commit is contained in:
@@ -124,4 +124,8 @@ _implemented = {
|
||||
'copy': _return_first_param,
|
||||
'deepcopy': _return_first_param,
|
||||
},
|
||||
'json': {
|
||||
'load': lambda *args: [],
|
||||
'loads': lambda *args: [],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user