Fix static checks

This commit is contained in:
Jeremiah Lowin 2025-04-18 08:44:48 -04:00
commit 16dd2ee252

View file

@ -135,7 +135,7 @@ class TestMCPMixin:
f"pref{_DEFAULT_SEPARATOR_PROMPT}sample_prompt",
),
],
ids = ["No prefix", "Default separator", "Custom separator"]
ids=["No prefix", "Default separator", "Custom separator"],
)
def test_prompt_registration(
self, prefix, separator, expected_name, unexpected_name