mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
b13d4da1b1
In Python 3.7, which is used in the Tutor CI, the lru_cache needs an argument: https://docs.python.org/3.7/library/functools.html#functools.lru_cache On GitHub, CI did not catch this error because it is running Python 3.8.