diff --git a/trio/_tests/test_types.py b/trio/_tests/test_types.py index 4aff843d3c..5fa93dccdc 100644 --- a/trio/_tests/test_types.py +++ b/trio/_tests/test_types.py @@ -62,7 +62,7 @@ def test_harness() -> None: @pytest.mark.parametrize("checker", type_checkers) -def test_socket_functools_wrap(checker) -> None: +def test_socket_functools_wrap(checker: str) -> None: # https://github.com/python-trio/trio/issues/2775#issuecomment-1702267589 # (except platform independent...) assert check_file(