mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-10 05:08:27 +00:00
Environment was not updated correctly on `tutor plugins enable ...` because of a caching issue. To bypass this issue, we improve the caching mechanism and introduce a new `lru_cache` decorator. Close #989.