We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25af9ff commit f7e5cbbCopy full SHA for f7e5cbb
overpy/__init__.py
@@ -629,7 +629,7 @@ def get_center_from_json(cls, data):
629
raise ValueError("Unable to get lat or lon of way center.")
630
center_lat = Decimal(center_lat)
631
center_lon = Decimal(center_lon)
632
- return (center_lat, center_lon)
+ return center_lat, center_lon
633
634
@classmethod
635
def get_center_from_xml_dom(cls, sub_child):
0 commit comments