Skip to content

Commit

Permalink
[#467] remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Dec 13, 2024
1 parent a90b822 commit 90c27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/core/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
import uuid
from typing import Iterable, Optional
from typing import Iterable

from django.contrib.gis.db.models import GeometryField
from django.core.exceptions import ValidationError
Expand Down

0 comments on commit 90c27c0

Please sign in to comment.