Skip to content

Commit

Permalink
less diff
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 5, 2024
1 parent 124b00c commit c36ff36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/processors/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def export_for_search(data: dict, path: str) -> None:
"parent_keywords": [maybe_slugify(value) for value in parent_building_names + entry["parents"][1:]],
"campus": maybe_slugify(campus_name),
"address": address.get("street", None) if isinstance(address, dict) else address.street,
"place": address.get("place", None) if isinstance(address, dict) else address.place,
"usage": maybe_slugify(entry.get("usage", {}).get("name", None)),
"rank": int(entry["ranking_factors"]["rank_combined"]),
**geo,
Expand Down

0 comments on commit c36ff36

Please sign in to comment.