Skip to content

Commit f739c3e

Browse files
author
wandergis
committed
格式化代码
1 parent 0f14048 commit f739c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordTransform_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def geocode(address):
1919
geocoding = {'s': 'rsv3',
2020
'key': key,
2121
'city': '全国',
22-
'address': address}
22+
'address': address}
2323
res = requests.get(
2424
"http://restapi.amap.com/v3/geocode/geo", params=geocoding)
2525
if res.status_code == 200:

0 commit comments

Comments
 (0)