mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Replace polygons module with the one from utils
We moved it in https://github.com/alphagov/notifications-utils/pull/818/files
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import itertools
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from notifications_utils.polygons import Polygons
|
||||
from notifications_utils.template import BroadcastPreviewTemplate
|
||||
from orderedset import OrderedSet
|
||||
from werkzeug.utils import cached_property
|
||||
|
||||
from app.broadcast_areas import CustomBroadcastAreas, broadcast_area_libraries
|
||||
from app.broadcast_areas.polygons import Polygons
|
||||
from app.formatters import round_to_significant_figures
|
||||
from app.models import JSONModel, ModelList
|
||||
from app.models.user import User
|
||||
|
||||
Reference in New Issue
Block a user