mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +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()
|