Skip to content

Commit 3363f69

Browse files
committed
fix: remove units parameter from valhalla's isochrones method
It isn't used and has no reason to remain since 'units' has been removed from directions and matrix methods
1 parent 659d857 commit 3363f69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routingpy/routers/valhalla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def isochrones( # noqa: C901
283283
generalize: Optional[float] = None,
284284
preference: Optional[str] = None,
285285
options: Optional[dict] = None,
286-
units: Optional[str] = None,
287286
language: Optional[str] = None,
288287
directions_type: Optional[str] = None,
289288
avoid_locations: Optional[List[List[float]]] = None,

0 commit comments

Comments
 (0)