We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df43173 commit 7f8b90cCopy full SHA for 7f8b90c
tests/test_converter.py
@@ -693,7 +693,7 @@ def test_value_to_type_literal_key():
693
694
# A value that uses one of the literal keys:
695
value_to_convert = {"Key1": {"Inner1": 123.45, "Inner2": 10}}
696
- custom_converters = []
+ custom_converters: Sequence[JSONTypeConverter] = []
697
698
# Function executes without error
699
value_to_type(hint_with_bug, value_to_convert, custom_converters)
0 commit comments