mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Scope.flows is never used so remove it.
This commit is contained in:
@@ -256,10 +256,6 @@ class Scope(PythonBaseNode, DocstringMixin):
|
||||
def subscopes(self):
|
||||
return self._search_in_scope(Scope)
|
||||
|
||||
@property
|
||||
def flows(self):
|
||||
return self._search_in_scope(Flow)
|
||||
|
||||
@property
|
||||
def imports(self):
|
||||
return self._search_in_scope(Import)
|
||||
|
||||
Reference in New Issue
Block a user