Move dict
This commit is contained in:
parent
a3c1b6090e
commit
ac45af8514
3 changed files with 19 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .download import download, extract_zip
|
||||
from .fuzzy_join import fuzzy_join_on_postcode
|
||||
from .haversine import haversine_km, haversine_km_expr
|
||||
from .poi_counts import POI_GROUPS, count_pois_within_radius
|
||||
from .poi_counts import count_pois_within_radius
|
||||
|
||||
__all__ = [
|
||||
"download",
|
||||
|
|
@ -9,6 +9,5 @@ __all__ = [
|
|||
"fuzzy_join_on_postcode",
|
||||
"haversine_km",
|
||||
"haversine_km_expr",
|
||||
"POI_GROUPS",
|
||||
"count_pois_within_radius",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue