Skip to content

Commit 9db284b

Browse files
committed
fix ruff check error
1 parent 06681d6 commit 9db284b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_func_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def func_with_str_and_int(a: str, b: int):
443443
def test_simple_function_output_schema():
444444
"""Test JSON schema generation for simple return types."""
445445

446-
assert func_metadata(simple_no_annotation_fun).output_schema == None
446+
assert func_metadata(simple_no_annotation_fun).output_schema is None
447447
assert func_metadata(simple_str_fun).output_schema == {
448448
"type": "string",
449449
}

0 commit comments

Comments
 (0)