forked from VimPlug/jedi
Restructure/Refactor has_absolute_import a bit.
This commit is contained in:
@@ -401,7 +401,6 @@ class Module(Scope):
|
||||
super(Module, self).__init__(children)
|
||||
self._used_names = None
|
||||
|
||||
@property
|
||||
def has_explicit_absolute_import(self):
|
||||
"""
|
||||
Checks if imports in this module are explicitly absolute, i.e. there
|
||||
|
||||
Reference in New Issue
Block a user