Skip to content

Commit 348ec4c

Browse files
committed
chore: Delint
1 parent 7269ede commit 348ec4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-core/tests/test_protocol.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_parameter_schema_unsupported_type_error():
108108
with pytest.raises(ValueError, match=expected_error_msg):
109109
schema.to_param()
110110

111+
111112
def test_parameter_schema_string_optional():
112113
"""Tests an optional ParameterSchema with type 'string'."""
113114
schema = ParameterSchema(
@@ -168,4 +169,4 @@ def test_parameter_schema_array_optional():
168169
assert param.name == "optional_scores"
169170
assert param.annotation == expected_type
170171
assert param.kind == Parameter.POSITIONAL_OR_KEYWORD
171-
assert param.default is None
172+
assert param.default is None

0 commit comments

Comments
 (0)