We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e8f5c commit fb8abdfCopy full SHA for fb8abdf
app/services/location/csbs.py
@@ -72,11 +72,6 @@ async def get_locations():
72
if county in {"Unassigned", "Unknown"}:
73
continue
74
75
- # Coordinates.
76
- coordinates = Coordinates(
77
- item["Latitude"], item["Longitude"]
78
- ) # pylint: disable=unused-variable
79
-
80
# Date string without "EDT" at end.
81
last_update = " ".join(item["Last Update"].split(" ")[0:2])
82
0 commit comments