Format and lint
This commit is contained in:
parent
42ee2d4c51
commit
04a78e7bfe
75 changed files with 1290 additions and 719 deletions
|
|
@ -4,7 +4,12 @@ from pathlib import Path
|
|||
from shapely.geometry import MultiPolygon, Polygon
|
||||
from tqdm import tqdm
|
||||
|
||||
from .inspire import cache_inspire, get_inspire_candidates, inspire_cache_exists, load_inspire
|
||||
from .inspire import (
|
||||
cache_inspire,
|
||||
get_inspire_candidates,
|
||||
inspire_cache_exists,
|
||||
load_inspire,
|
||||
)
|
||||
from .memory import release_memory
|
||||
from .oa_boundaries import load_oa_boundaries
|
||||
from .output import merge_fragments, write_district_geojson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue