Skip to content

Commit

Permalink
Remove redundant statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Jan 28, 2025
1 parent 2b79468 commit 531fa31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ferry_planner/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def match_specific_sailing_date(schedule_dates: str, date: datetime) -> bool:
if token in MONTHS:
month = MONTHS.index(token) + 1
continue
_date: datetime
if token.isnumeric():
if not month:
ScheduleParser._log(
Expand Down

0 comments on commit 531fa31

Please sign in to comment.