We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3562dd6 commit 928aadcCopy full SHA for 928aadc
1 file changed
dmr/validation/endpoint_metadata.py
@@ -614,7 +614,7 @@ def _validate_throttling(
614
):
615
continue
616
617
- cache = (throttle._backend._cache,) # noqa: SLF001 # pyright: ignore[reportPrivateUsage]
+ cache = throttle._backend._cache # noqa: SLF001 # pyright: ignore[reportPrivateUsage]
618
backend = type(cache).__qualname__
619
msg = (
620
f'Throttling is using {backend!r} cache backend '
0 commit comments