Skip to content

Commit f46e022

Browse files
committed
fewer lines
Signed-off-by: John Seekins <[email protected]>
1 parent 24d7a01 commit f46e022

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scraper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,7 @@ def _load_sheet(self) -> dict:
271271
details["population"]["female"]["allowed"] = True
272272
else:
273273
details["population"]["male"]["allowed"] = True
274-
details["facility_type"] = {
275-
"id": row["Type Detailed"],
276-
}
274+
details["facility_type"] = {"id": row["Type Detailed"]}
277275
ft_details = ice_facility_types.get(row["Type Detailed"], {})
278276
if ft_details:
279277
details["facility_type"]["description"] = ft_details["description"]

0 commit comments

Comments
 (0)