mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: double computation of contribution_totals (#36226)
This commit is contained in:
@@ -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]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user