Skip to content

Commit

Permalink
comment too long. pytest, ruff, black, passed
Browse files Browse the repository at this point in the history
  • Loading branch information
azaroth08 committed Feb 13, 2024
1 parent b68b7ce commit a474e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nhlpy/api/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def get_schedule_by_team_by_month(self, team_abbr: str, month: Optional[str] = N

def get_schedule_by_team_by_week(self, team_abbr: str, date: Optional[str] = None) -> List[dict]:
"""
This returns the schedule for the team (team_abbr) for the week set, or the current week if no week is specified.
This returns the schedule for the team (team_abbr) for the week set or the current week if no week is specified.
:param date: Optional date, in which to search the week of. In format YYYY-MM-DD. Example "2024-02-10".
:param team_abbr: The 3 letter abbreviation of the team. BUF, TOR, etc
Expand Down

0 comments on commit a474e98

Please sign in to comment.