Skip to content

Commit 11442a8

Browse files
docstring departures
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8f767b5 commit 11442a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrail/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class StationsApiResponse(ApiResponse):
3636

3737
@dataclass
3838
class Departures(DataClassORJSONMixin):
39+
"""Represents departures data for a railway station."""
3940
number: int # Number of departures
4041
departure: List[dict] = field(default_factory=list) # List of departure details
4142

0 commit comments

Comments
 (0)