Skip to content

Commit fa7f9e0

Browse files
committed
re-add import
1 parent ba84856 commit fa7f9e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/profiles/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from django.utils.translation import gettext_lazy as _
44
from django_prometheus.models import ExportModelOperationsMixin
55
from django.core.validators import MinValueValidator, MaxValueValidator
6+
from django.contrib.gis.db.models import PointField
67
from django.contrib.gis.geos import Point
78

89
from utils.models import CreatedUpdatedModel

0 commit comments

Comments
 (0)