Adjust bristol waste function names
This commit is contained in:
parent
0f3f596cb3
commit
5c4eac60ee
3 changed files with 13 additions and 15 deletions
|
|
@ -73,7 +73,7 @@ async def bristol_waste_collection_events(
|
|||
data_dir: str, start_date: date, uprn: str
|
||||
) -> list[Event]:
|
||||
"""Waste colllection events."""
|
||||
return await bristol_waste.get_bristol_gov_uk(start_date, data_dir, uprn)
|
||||
return await bristol_waste.get(start_date, data_dir, uprn)
|
||||
|
||||
|
||||
def find_events_during_stay(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue