forked from VimPlug/jedi
Remove the module attribute from the parser.
This commit is contained in:
@@ -197,7 +197,6 @@ 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
|
||||
return root_node
|
||||
|
||||
def error_recovery(self, grammar, stack, arcs, typ, value, start_pos, prefix,
|
||||
|
||||
Reference in New Issue
Block a user