Skip to content

Commit

Permalink
Update type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
GitOldGrumpy authored and GitOldGrumpy committed Jan 9, 2024
1 parent d5ae95f commit 9e52bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mytoyota/models/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async def get_summary(
from_date: date,
to_date: date,
summary_type: SummaryType = SummaryType.MONTHLY,
) -> Optional[List[Summary]]:
) -> List[Summary]:
"""Return a Daily, Weekly, Monthly or Yearly summary between the provided dates.
All but Daily can return a partial time range. For example if the summary_type is weekly
Expand Down

0 comments on commit 9e52bba

Please sign in to comment.