mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-14 17:47:05 +08:00
Some more code quality fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user