Skip to content

Commit

Permalink
Adding back MaxChanges to __init__.py (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr authored Aug 6, 2024
1 parent 13b2add commit 212ef51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traveltimepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
Cycling,
DrivingTrain,
CyclingPublicTransport,
MaxChanges,
)
from traveltimepy.dto.requests.time_filter_proto import (
ProtoTransportation,
Expand Down Expand Up @@ -45,6 +46,7 @@
"Cycling",
"DrivingTrain",
"CyclingPublicTransport",
"MaxChanges",
"ProtoTransportation",
"ProtoCountry",
"Coordinates",
Expand Down

0 comments on commit 212ef51

Please sign in to comment.