mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
Move another test to examples
This commit is contained in:
5
test/examples/simple_import/__init__.py
Normal file
5
test/examples/simple_import/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from simple_import import module
|
||||
|
||||
|
||||
def in_function():
|
||||
from simple_import import module2
|
||||
Reference in New Issue
Block a user