Skip to content

Commit

Permalink
Auto-format code with Black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent 54349fa commit cb986b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/sensus_analytics/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_e

class UsageConversionMixin:
"""Mixin to provide usage conversion."""

# pylint: disable=too-few-public-methods
def _convert_usage(self, usage):
"""Convert usage based on configuration and native unit."""
Expand Down

0 comments on commit cb986b9

Please sign in to comment.