1
0
forked from VimPlug/jedi

Remove the old star import cache, because it's not even used.

This commit is contained in:
Dave Halter
2017-03-18 03:30:23 +01:00
parent aaf6c61e69
commit d0b6d41e99
4 changed files with 1 additions and 38 deletions

View File

@@ -196,8 +196,8 @@ class ParserWithRecovery(Parser):
def parse(self, tokenizer):
root_node = super(ParserWithRecovery, self).parse(self._tokenize(tokenizer))
root_node.path = self._module_path
self.module = root_node
self.module.path = self._module_path
return root_node
def error_recovery(self, grammar, stack, arcs, typ, value, start_pos, prefix,