From ebd467fba4773a6dd027ca118124e4c6f80a7e07 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 9 Feb 2022 18:08:29 -0800 Subject: container browse: quick fix type annotation --- python/fatcat_web/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 99c8ee77..b19b57e6 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -242,7 +242,7 @@ def get_elastic_container_random_releases(ident: str, limit: int = 5) -> List[Di return results -def get_elastic_container_browse_year_volume(ident: str) -> List[Dict[int, Any]]: +def get_elastic_container_browse_year_volume(ident: str) -> Dict[int, Dict[str, Any]]: """ Returns a set of histogram buckets: -- cgit v1.2.3