does this fix unary_union
This commit is contained in:
parent
60e789c15e
commit
740664c659
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from typing import Sequence
|
|||
|
||||
from django.db.models import Prefetch, Q
|
||||
from shapely import prepared
|
||||
from shapely.lib import unary_union
|
||||
from shapely.ops import unary_union
|
||||
|
||||
from c3nav.api.exceptions import API404, APIPermissionDenied
|
||||
from c3nav.editor.utils import LevelChildEditUtils, SpaceChildEditUtils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue