Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Optimization API #241

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update optimization.py
  • Loading branch information
critical-path authored Jun 23, 2018
commit b5f6dec081961e9cf64c9a64269324972ed7286c
2 changes: 2 additions & 0 deletions mapbox/services/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

from mapbox.services.base import Service

import polyline

from uritemplate import URITemplate


Expand Down