forked from VimPlug/jedi
Scope.flows is never used so remove it.
This commit is contained in:
@@ -256,10 +256,6 @@ class Scope(PythonBaseNode, DocstringMixin):
|
|||||||
def subscopes(self):
|
def subscopes(self):
|
||||||
return self._search_in_scope(Scope)
|
return self._search_in_scope(Scope)
|
||||||
|
|
||||||
@property
|
|
||||||
def flows(self):
|
|
||||||
return self._search_in_scope(Flow)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def imports(self):
|
def imports(self):
|
||||||
return self._search_in_scope(Import)
|
return self._search_in_scope(Import)
|
||||||
|
|||||||
Reference in New Issue
Block a user