Removed an unused import from the template tags and filters in the Mia core application.
This commit is contained in:
parent
86dfe993a4
commit
5d4060c919
@ -27,7 +27,7 @@ from django.urls import reverse
|
|||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from django.utils.translation import gettext
|
from django.utils.translation import gettext
|
||||||
|
|
||||||
from mia_core.status import _retrieve, retrieve_status
|
from mia_core.status import retrieve_status
|
||||||
from mia_core.utils import UrlBuilder
|
from mia_core.utils import UrlBuilder
|
||||||
|
|
||||||
register = template.Library()
|
register = template.Library()
|
||||||
|
Loading…
Reference in New Issue
Block a user