From b0dd685479b6d92d5c85604180e710b13dfc88d8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 7 Jul 2020 17:16:32 -0700 Subject: lint coverage changes (so far) --- python/fatcat_web/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web') diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 78cde383..90575818 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -496,7 +496,7 @@ def get_elastic_container_preservation_by_year(container_id: str) -> List[dict]: """ Fetches a stacked histogram of {year, preservation}. - Preservation has 4 potential values; this function filters to the past 250 + Preservation has 4 potential values; this function filters to the past 250 years (at most), or about 1000 values. Returns a list of dicts, sorted by year, with keys/values like: -- cgit v1.2.3