diff --git a/core/models.py b/core/models.py index 6f6976d7..bfb2d6ce 100644 --- a/core/models.py +++ b/core/models.py @@ -1,7 +1,7 @@ import datetime import json import logging -from typing import Optional, Self +from typing import Optional, Self, Any from constance import config from django.contrib.gis.db.models import PointField