summaryrefslogtreecommitdiff
path: root/tests/typing_test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typing_test_data.py')
-rw-r--r--tests/typing_test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typing_test_data.py b/tests/typing_test_data.py
index 8de28bc8a..beb8deebb 100644
--- a/tests/typing_test_data.py
+++ b/tests/typing_test_data.py
@@ -56,5 +56,5 @@ class CustomAnnotation:
def __repr__(self):
return 'CustomAnnotation'
-def f9(x: CustomAnnotation(), y: 123) -> None:
+def f10(x: CustomAnnotation(), y: 123) -> None:
pass