Add caption pair target routing

This commit is contained in:
2026-06-27 13:06:26 +02:00
parent 58f74e44e5
commit 616d1132ff
8 changed files with 121 additions and 25 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ def detail_allows(level: str, dense_only: bool = False) -> bool:
def metadata_route_dependencies(
metadata_to_prose: Callable[[dict[str, Any], str, bool], tuple[str, str]],
metadata_to_prose: Callable[..., tuple[str, str]],
) -> caption_metadata_routes.CaptionMetadataRouteDependencies:
return caption_metadata_routes.CaptionMetadataRouteDependencies(
item_labels=ITEM_LABELS,