Removed an unused import in the Mia core application.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user