Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Did some changes to fix linter issues
  • Loading branch information
vaibhav-2703 authored Jul 27, 2024
1 parent ea5bf86 commit f473a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
def get_coordinates(args):
"""
Takes a location(city or address) and returns the coordinates: [lat, long]
If no location is specified or the location is invalid, default_location() finds the user's coordinates
If no location is specified or the location is invalid, default_location()
finds the user's coordinates
"""
for arg in args:
arg_str = str(arg)
Expand Down

0 comments on commit f473a1e

Please sign in to comment.