mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-06 19:23:59 +08:00
Add another refactoring test
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def pkgx():
|
||||
pass
|
||||
@@ -0,0 +1 @@
|
||||
def pkgx() -> int: ...
|
||||
@@ -0,0 +1 @@
|
||||
from . import pkgx
|
||||
@@ -0,0 +1 @@
|
||||
from .. import pkgx
|
||||
Reference in New Issue
Block a user