1
0
forked from VimPlug/jedi

Add another refactoring test

This commit is contained in:
Dave Halter
2020-02-11 19:14:10 +01:00
parent b4494e588f
commit a39b2e95c1
7 changed files with 56 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
def pkgx():
pass

View File

@@ -0,0 +1 @@
def pkgx() -> int: ...

View File

@@ -0,0 +1 @@
from . import pkgx

View File

@@ -0,0 +1 @@
from .. import pkgx