Skip to content

Commit 6794034

Browse files
committed
fix linting
1 parent b3004de commit 6794034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aiogmaps/places.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ async def places(client, query, location=None, radius=None, language=None,
1414

1515

1616
async def place(client, place_id, fields=None, language=None):
17-
return await googlemaps.places.place(client, place_id, fields=fields, language=language)
17+
return await googlemaps.places.place(
18+
client, place_id, fields=fields, language=language
19+
)
1820

1921

2022
async def places_radar(client, location, radius, keyword=None, min_price=0,

0 commit comments

Comments
 (0)