forked from VimPlug/jedi
Rename explicit_absolute_import to has_explicit_absolute_import
This commit is contained in:
@@ -296,7 +296,7 @@ class Scope(Simple, IsScope):
|
||||
return p
|
||||
|
||||
@property
|
||||
def explicit_absolute_import(self):
|
||||
def has_explicit_absolute_import(self):
|
||||
"""
|
||||
Checks if imports in this scope are explicitly absolute, i.e. there
|
||||
is a ``__future__`` import.
|
||||
|
||||
Reference in New Issue
Block a user