Skip to content

Commit

Permalink
docstring: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.schirmeister committed Dec 5, 2024
1 parent bf97d89 commit 20dbc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simba/rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def add_trip(self, trip):
""" Create a trip object and append to rotations trip set.
:param trip: trip to be added to rotation
:type trip: Trip
"""
self.distance += trip.distance
if trip.line:
Expand Down

0 comments on commit 20dbc23

Please sign in to comment.