This commit is contained in:
Reagan Lee 2024-02-08 15:36:17 -08:00
parent 02c3fffc49
commit 1b3ac3659e
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ def test_raise_type_error_on_non_string_warning_cpython() -> None:
warnings.warn(1) # type: ignore
def test_multiple_arg_custom_warning(self) -> None:
def test_multiple_arg_custom_warning() -> None:
"""Test for issue #11906."""
class CustomWarning(UserWarning):