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:
Andrey Vlasovskikh
2017-02-22 22:44:40 +03:00
parent f76d573aba
commit 9eeca0dcdc

View File

@@ -1,5 +1,5 @@
def transform():
def function(x):
def function1(x):
return x + 5
return function
return function1