Removed an unused import in the Mia core application.

This commit is contained in:
依瑪貓 2020-09-02 15:36:03 +08:00
parent 910abb7d74
commit 2b808b236a

View File

@ -20,7 +20,7 @@
"""
import random
import urllib.parse
from typing import Dict, List, Any, Type, Tuple
from typing import Dict, List, Any, Type
from django.conf import settings
from django.db.models import Model