Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use functools.lru_cache instead of functools.cache
functools.cache is basically just a wrapper around functools.lru_cache, but it wasn't added until Python 3.9. Since we support Python 3.8, we need to use lru_cache instead.
- Loading branch information