mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
import end_pos calculated differently, fixes #137
This commit is contained in:
@@ -216,6 +216,13 @@ from not_a_module import
|
||||
# this can cause recursions
|
||||
from imports import *
|
||||
|
||||
#137
|
||||
import json
|
||||
#? 23 json.dump
|
||||
from json import load, dump
|
||||
#? 17 json.load
|
||||
from json import load, dump
|
||||
|
||||
# -----------------
|
||||
# packages
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user