forked from VimPlug/jedi
also normal imports should return the right user_stmt, similar case than #137
This commit is contained in:
@@ -222,6 +222,12 @@ import json
|
||||
from json import load, dump
|
||||
#? 17 json.load
|
||||
from json import load, dump
|
||||
# without the from clause:
|
||||
import json, datetime
|
||||
#? 7 json
|
||||
import json, datetime
|
||||
#? 13 datetime
|
||||
import json, datetime
|
||||
|
||||
# -----------------
|
||||
# packages
|
||||
|
||||
Reference in New Issue
Block a user