diff --git a/endpoints/Location.get.py b/endpoints/Location.get.py index e9b3063..f26de16 100644 --- a/endpoints/Location.get.py +++ b/endpoints/Location.get.py @@ -44,4 +44,4 @@ async def location_handler(): "total_offices": len(locations["offices"]) + 1, "last_updated": "2024-01-01" } - } \ No newline at end of file + \ No newline at end of file