make linter happy

This commit is contained in:
Laura Klünder 2023-12-24 16:07:07 +01:00
parent 2b9c99070e
commit c1d9a011cf
8 changed files with 4 additions and 10 deletions

View file

@ -4,7 +4,7 @@ from contextlib import contextmanager
from django.db import models
from django.utils.functional import cached_property
from django.utils.translation import gettext_lazy as _
from shapely.geometry import Point, box
from shapely.geometry import Point
from shapely.geometry.base import BaseGeometry
from shapely.ops import unary_union