mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Updated test data to match Typeshed defitions
We'll revert it as soon as https://github.com/python/typeshed/pull/876 is merged.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def transform():
|
||||
def function(x):
|
||||
def function1(x):
|
||||
return x + 5
|
||||
|
||||
return function
|
||||
return function1
|
||||
Reference in New Issue
Block a user