1
0
forked from VimPlug/jedi

Remove infer_state from filters

This commit is contained in:
Dave Halter
2019-08-16 09:41:23 +02:00
parent 600272366f
commit 9ee6285414
8 changed files with 13 additions and 21 deletions

View File

@@ -117,7 +117,7 @@ class CompForValue(TreeValue):
return cls(parent_context.infer_state, parent_context, comp_for)
def get_filters(self, search_global=False, until_position=None, origin_scope=None):
yield ParserTreeFilter(self.infer_state, self)
yield ParserTreeFilter(self)
def comprehension_from_atom(infer_state, value, atom):