Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Feb 6, 2024
1 parent bb6ded3 commit f5af811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amarillo/services/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def path_for_stops(self, points):
else:
return {}

def _get_directions(self, points):
def _get_directions(self, points):
req_url = self._create_url(points, True, True)
logger.debug("Get directions via: {}".format(req_url))
response = requests.get(req_url)
Expand Down

0 comments on commit f5af811

Please sign in to comment.