Skip to content

Commit 928aadc

Browse files
committed
Core review
1 parent 3562dd6 commit 928aadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dmr/validation/endpoint_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def _validate_throttling(
614614
):
615615
continue
616616

617-
cache = (throttle._backend._cache,) # noqa: SLF001 # pyright: ignore[reportPrivateUsage]
617+
cache = throttle._backend._cache # noqa: SLF001 # pyright: ignore[reportPrivateUsage]
618618
backend = type(cache).__qualname__
619619
msg = (
620620
f'Throttling is using {backend!r} cache backend '

0 commit comments

Comments
 (0)