From 016a0cdbff4a4272785720095a575713ad533a64 Mon Sep 17 00:00:00 2001 From: getzze Date: Sun, 24 Nov 2024 15:46:42 +0000 Subject: [PATCH] fix ruff --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 30cd3bc7..dae0748c 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -36,7 +36,7 @@ pytestmark = pytest.mark.core -@pytest.fixture() +@pytest.fixture def docstring() -> str: """Generate a docstring with arguments.""" return """Some class or function.