Skip to content

Commit e3c4a80

Browse files
committed
revert unrelated change
1 parent b7e1f26 commit e3c4a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ def wrap_value(s):
22082208
raise ValueError
22092209

22102210
if isinstance(value, (str, int, float, bytes, bool, type(None),
2211-
type(...), sentinel)):
2211+
sentinel)):
22122212
return ast.Constant(value)
22132213
raise ValueError
22142214

0 commit comments

Comments
 (0)