Skip to content

Commit adfb57a

Browse files
Update src/test_typing_extensions.py
1 parent 4a47537 commit adfb57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test_typing_extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8196,6 +8196,7 @@ def f2(a: "undefined"): # noqa: F821
81968196
get_annotations(f2, format=Format.FORWARDREF),
81978197
{"a": "undefined"},
81988198
)
8199+
# Test that the raw int also works
81998200
self.assertEqual(
82008201
get_annotations(f2, format=Format.FORWARDREF.value),
82018202
{"a": "undefined"},

0 commit comments

Comments
 (0)