code: lint
shouldve done this before releasing oops
This commit is contained in:
parent
bb908d24bc
commit
3bbec959b1
|
@ -97,7 +97,8 @@ def surplus(
|
||||||
location["address"].get("highway"),
|
location["address"].get("highway"),
|
||||||
(
|
(
|
||||||
location["address"].get("house_number", "")
|
location["address"].get("house_number", "")
|
||||||
+ " " + location["address"].get("road", "")
|
+ " "
|
||||||
|
+ location["address"].get("road", "")
|
||||||
+ (
|
+ (
|
||||||
", " + location["address"].get("suburb", "")
|
", " + location["address"].get("suburb", "")
|
||||||
# dont repeat if suburb is mentioned in the road itself
|
# dont repeat if suburb is mentioned in the road itself
|
||||||
|
|
Loading…
Reference in a new issue