Skip to content

Commit

Permalink
Remove left over comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitOldGrumpy authored and GitOldGrumpy committed Jan 2, 2024
1 parent c2f0df5 commit b4eee5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mytoyota/models/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ async def get_summary(
if resp.payload is None:
return None

# Sort payload as code requires data in date order. Sorts the monthly summaries only

# Convert to response
if summary_type == SummaryType.DAILY:
return self._generate_daily_summaries(resp.payload.summary)

Check warning on line 272 in mytoyota/models/vehicle.py

View check run for this annotation

Codecov / codecov/patch

mytoyota/models/vehicle.py#L272

Added line #L272 was not covered by tests
Expand Down

0 comments on commit b4eee5c

Please sign in to comment.