Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@functools.lru_cache() → @functools.lru_cache
Starting with Python ≥ 3.8, lru_cache can be used as a straight decorator with non arguments: https://bugs.python.org/issue36772 This is a suggestion from pyupgrade: https://github.com/asottile/pyupgrade#remove-parentheses-from-functoolslru_cache
- Loading branch information