Removed an unused import in the Mia core application.
This commit is contained in:
parent
910abb7d74
commit
2b808b236a
@ -20,7 +20,7 @@
|
|||||||
"""
|
"""
|
||||||
import random
|
import random
|
||||||
import urllib.parse
|
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.conf import settings
|
||||||
from django.db.models import Model
|
from django.db.models import Model
|
||||||
|
Loading…
Reference in New Issue
Block a user