fix: double computation of contribution_totals (#36226)

This commit is contained in:
Beto Dealmeida
2025-11-25 14:35:55 -05:00
committed by GitHub
parent a4860075d2
commit aca18fff99
4 changed files with 180 additions and 16 deletions

View File

@@ -105,8 +105,6 @@ def set_and_log_cache(
# to specify a "far future" date.
ONE_YEAR = 365 * 24 * 60 * 60 # 1 year in seconds
logger = logging.getLogger(__name__)
def memoized_func(key: str, cache: Cache = cache_manager.cache) -> Callable[..., Any]:
"""