1
0
forked from VimPlug/jedi

Restructure/Refactor has_absolute_import a bit.

This commit is contained in:
Dave Halter
2017-04-12 08:47:30 +02:00
parent c056105502
commit b0ac07228b
3 changed files with 29 additions and 26 deletions

View File

@@ -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