Skip to content

Commit fb8abdf

Browse files
committed
unused coordinates
1 parent 70e8f5c commit fb8abdf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/services/location/csbs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ async def get_locations():
7272
if county in {"Unassigned", "Unknown"}:
7373
continue
7474

75-
# Coordinates.
76-
coordinates = Coordinates(
77-
item["Latitude"], item["Longitude"]
78-
) # pylint: disable=unused-variable
79-
8075
# Date string without "EDT" at end.
8176
last_update = " ".join(item["Last Update"].split(" ")[0:2])
8277

0 commit comments

Comments
 (0)