mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-10 15:41:34 +08:00
There are more fixes needed. Some things are just very unclean and might lead to further bugs.
9 lines
129 B
Python
9 lines
129 B
Python
""" needed for some modules to test against packages. """
|
|
|
|
some_variable = 1
|
|
|
|
|
|
from . import imports
|
|
#? int()
|
|
imports.relative()
|