bito-code-review[bot] commented on PR #43875:
URL: https://github.com/apache/superset/pull/43875#issuecomment-5554337005

   <!-- Bito Reply -->
   The code in `superset/utils/cache.py` has already been updated to remove the 
`timeout` argument from the `_memoize_make_cache_key` call. As shown in the 
diff, the `timeout` parameter was removed in the latest changes, which aligns 
with the requirements for Flask-Caching 2.5.
   
   **superset/utils/cache.py**
   ```
   wrapper.make_cache_key = cache._memoize_make_cache_key(  # type: ignore # 
pylint: disable=protected-access
   -            make_name=None, timeout=timeout, 
hash_method=configurable_hash_method
   +            make_name=None, hash_method=configurable_hash_method
            )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to