code: lint

shouldve done this before releasing oops
This commit is contained in:
Mark Joshwel 2023-06-02 19:50:46 +00:00
parent bb908d24bc
commit 3bbec959b1

View file

@ -97,7 +97,8 @@ def surplus(
location["address"].get("highway"),
(
location["address"].get("house_number", "")
+ " " + location["address"].get("road", "")
+ " "
+ location["address"].get("road", "")
+ (
", " + location["address"].get("suburb", "")
# dont repeat if suburb is mentioned in the road itself