mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +08:00
Relative imports should be working again even when used in more special occasions. Fixes #973
There are more fixes needed. Some things are just very unclean and might lead to further bugs.
This commit is contained in:
@@ -4,6 +4,5 @@ some_variable = 1
|
||||
|
||||
|
||||
from . import imports
|
||||
# TODO this is not correct
|
||||
#?
|
||||
#? int()
|
||||
imports.relative()
|
||||
|
||||
Reference in New Issue
Block a user