Skip to content

Commit 52c93e9

Browse files
Add comment for special case
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 403e7ce commit 52c93e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ def test_annotation_and_optional_default(self):
16661666
}
16671667
# contains a ForwardRef, TypeVar(~prefix) or no expression
16681668
do_not_stringify_cases = {
1669-
() : {},
1669+
() : {}, # Special-cased below to create an unannotated parameter
16701670
int : int,
16711671
"int" : int,
16721672
None : type(None),

0 commit comments

Comments
 (0)