Remove unreachable code
This commit is contained in:
parent
6706137670
commit
92563e6d80
1 changed files with 0 additions and 3 deletions
|
@ -141,9 +141,6 @@ def get_relation_center(
|
|||
if "center" in element:
|
||||
return element["center"]["lat"], element["center"]["lon"]
|
||||
|
||||
if "center" in element:
|
||||
return element["center"]
|
||||
|
||||
center = [0, 0]
|
||||
count = 0
|
||||
for m in element.get("members", list()):
|
||||
|
|
Loading…
Add table
Reference in a new issue