linter stuff

This commit is contained in:
Laura Klünder 2023-12-11 18:48:40 +01:00
parent 11a631136b
commit c3ce665562
4 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ from typing import Optional
import numpy as np
from django.conf import settings
from scipy.interpolate import NearestNDInterpolator
from shapely import prepared, Geometry, MultiPolygon
from shapely import Geometry, MultiPolygon, prepared
from shapely.geometry import GeometryCollection
from shapely.ops import unary_union
from shapely.prepared import PreparedGeometry