mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-03 00:50:29 -04:00
Fix import order
This commit is contained in:
@@ -17,7 +17,7 @@ from populations import (
|
||||
estimate_number_of_smartphones_for_population,
|
||||
)
|
||||
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'
|
||||
point_counts = []
|
||||
|
||||
Reference in New Issue
Block a user