Skip to content

Commit 7f8b90c

Browse files
committed
fix poe linting
1 parent df43173 commit 7f8b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def test_value_to_type_literal_key():
693693

694694
# A value that uses one of the literal keys:
695695
value_to_convert = {"Key1": {"Inner1": 123.45, "Inner2": 10}}
696-
custom_converters = []
696+
custom_converters: Sequence[JSONTypeConverter] = []
697697

698698
# Function executes without error
699699
value_to_type(hint_with_bug, value_to_convert, custom_converters)

0 commit comments

Comments
 (0)