1
0
forked from VimPlug/jedi

Completion after as in imports should not be possible.

Fixes #841.
This commit is contained in:
Dave Halter
2017-09-10 11:27:57 +02:00
parent c25a4a00df
commit c05f1d3ccc
2 changed files with 7 additions and 5 deletions

View File

@@ -43,6 +43,8 @@ from . import some_variable
from . import arrays
#? []
from . import import_tree as ren
#? []
import json as
import os
#? os.path.join