forked from VimPlug/jedi
Add another refactoring test
This commit is contained in:
2
test/refactor/import_tree/pkgx/__init__.py
Normal file
2
test/refactor/import_tree/pkgx/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def pkgx():
|
||||
pass
|
||||
1
test/refactor/import_tree/pkgx/__init__.pyi
Normal file
1
test/refactor/import_tree/pkgx/__init__.pyi
Normal file
@@ -0,0 +1 @@
|
||||
def pkgx() -> int: ...
|
||||
1
test/refactor/import_tree/pkgx/mod.pyi
Normal file
1
test/refactor/import_tree/pkgx/mod.pyi
Normal file
@@ -0,0 +1 @@
|
||||
from . import pkgx
|
||||
1
test/refactor/import_tree/pkgx/mod2.py
Normal file
1
test/refactor/import_tree/pkgx/mod2.py
Normal file
@@ -0,0 +1 @@
|
||||
from .. import pkgx
|
||||
Reference in New Issue
Block a user