mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Fix import order
This commit is contained in:
@@ -17,7 +17,7 @@ from populations import (
|
|||||||
estimate_number_of_smartphones_for_population,
|
estimate_number_of_smartphones_for_population,
|
||||||
)
|
)
|
||||||
from repo import BroadcastAreasRepository, rtree_index_path
|
from repo import BroadcastAreasRepository, rtree_index_path
|
||||||
from rtreelib import RTree, Rect
|
from rtreelib import Rect, RTree
|
||||||
|
|
||||||
source_files_path = Path(__file__).resolve().parent / 'source_files'
|
source_files_path = Path(__file__).resolve().parent / 'source_files'
|
||||||
point_counts = []
|
point_counts = []
|
||||||
|
|||||||
Reference in New Issue
Block a user