chore: Remove django.utils.lru_cache

This commit is contained in:
Jawayria
2021-09-01 13:53:33 +05:00
parent cde050618e
commit 389bc0d35d
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ from completion.models import BlockCompletion
from completion.services import CompletionService
from django.contrib.auth import get_user_model
from django.core.exceptions import PermissionDenied
from django.utils.lru_cache import lru_cache
from functools import lru_cache
from eventtracking import tracker
from web_fragments.fragment import Fragment
from xblock.exceptions import NoSuchServiceError