Removed an unused import from the utilities in the Mia core application.

This commit is contained in:
依瑪貓 2020-08-28 20:26:02 +08:00
parent d69fe491df
commit d1ef253d9d

View File

@ -23,7 +23,7 @@ import urllib.parse
from typing import Dict, List, Any, Type
from django.conf import settings
from django.db.models import Model, Q
from django.db.models import Model
from django.http import HttpRequest
from django.utils.translation import pgettext, get_language