mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 17:58:27 +08:00
move flowscope stuff to the right place
This commit is contained in:
@@ -444,7 +444,7 @@ class Evaluator(object):
|
||||
follow_res = []
|
||||
for s in scopes:
|
||||
follow_res += self.find_types(s, search, pos,
|
||||
search_global=search_global, is_goto=True)
|
||||
search_global=search_global, is_goto=True)
|
||||
return follow_res, search
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user