1
0
forked from VimPlug/jedi

Some more code quality fixes

This commit is contained in:
Dave Halter
2020-04-11 02:23:23 +02:00
parent bdd4deedc1
commit 02c3d651bd
11 changed files with 10 additions and 22 deletions

View File

@@ -267,7 +267,6 @@ def get_parent_scope(node, include_flows=False):
continue
return scope
scope = scope.parent
return scope
get_cached_parent_scope = _get_parent_scope_cache(get_parent_scope)