From 3bbec959b1856b1e264828bb7609dbce7a936e16 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Fri, 2 Jun 2023 19:50:46 +0000 Subject: [PATCH] code: lint shouldve done this before releasing oops --- surplus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/surplus.py b/surplus.py index 5491940..48b335f 100644 --- a/surplus.py +++ b/surplus.py @@ -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