Skip to content

Commit 1854258

Browse files
committed
fix typo
2 parents 60952d8 + 6b2eb20 commit 1854258

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

src/virtualship/expedition/schedule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .waypoint import Waypoint
1212

1313

14-
class Schedule(pydantic.BaseModel):
14+
class Schedule(pydantic.BaseModel):
1515
"""Schedule of the virtual ship."""
1616

1717
waypoints: list[Waypoint]
@@ -45,4 +45,3 @@ def from_yaml(cls, file_path: str | Path) -> Schedule:
4545
data = yaml.safe_load(file)
4646
return Schedule(**data)
4747

48-

src/virtualship/expedition/schedule.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)