mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
broadcast-areas: remove unused imports
Signed-off-by: Toby Lorne <toby.lornewelch-richards@digital.cabinet-office.gov.uk>
This commit is contained in:
@@ -4,7 +4,6 @@ import itertools
|
||||
from werkzeug.utils import cached_property
|
||||
|
||||
from notifications_utils.serialised_model import SerialisedModelCollection
|
||||
from notifications_utils.safe_string import make_string_safe_for_id
|
||||
|
||||
from .repo import BroadcastAreasRepository
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@ import os
|
||||
from pathlib import Path
|
||||
import sqlite3
|
||||
|
||||
from notifications_utils.safe_string import make_string_safe_for_id
|
||||
|
||||
|
||||
class BroadcastAreasRepository(object):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user