forked from VimPlug/jedi
Re-enable AttributeError/NameError detection for more complicated occurances than just statements.
This commit is contained in:
@@ -375,7 +375,7 @@ class FakeImport(pr.Import):
|
||||
def start_pos(self):
|
||||
return 0, 0
|
||||
|
||||
def _paths(self):
|
||||
def paths(self):
|
||||
return [[self.name]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user