Skip to content

Commit

Permalink
Fix formatting (double newline before class)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mausy5043 committed Feb 1, 2025
1 parent c59482c commit 1c56085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homewizard_energy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def supports_telegram(self) -> bool:
"""Return if the device supports telegram."""
return self.product_type == Model.P1_METER

Check warning on line 158 in homewizard_energy/models.py

View check run for this annotation

Codecov / codecov/patch

homewizard_energy/models.py#L158

Added line #L158 was not covered by tests


@dataclass(kw_only=True)
class Measurement(BaseModel):
"""Represent Measurement."""
Expand Down

0 comments on commit 1c56085

Please # to comment.