Rename constants to populations

This is a better name for the module because it’s:
- not just constants, there’s a method in here now
- only stuff to do with populations, not other kinds of constants
This commit is contained in:
Chris Hill-Scott
2020-09-16 11:35:40 +01:00
parent 3047af2c13
commit 49195cb0d3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
from notifications_utils.serialised_model import SerialisedModelCollection
from werkzeug.utils import cached_property
from .constants import CITY_OF_LONDON
from .polygons import Polygons
from .populations import CITY_OF_LONDON
from .repo import BroadcastAreasRepository