Skip to content

Commit

Permalink
Fix code beauty with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 6, 2024
1 parent 546023f commit a0907ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/average/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import numbers
from typing import TYPE_CHECKING, Any

from homeassistant.helpers.group import expand_entity_ids

if TYPE_CHECKING:
from collections.abc import Mapping

Expand Down Expand Up @@ -57,6 +55,7 @@
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.config_validation import PLATFORM_SCHEMA
from homeassistant.helpers.event import async_track_state_change_event
from homeassistant.helpers.group import expand_entity_ids
from homeassistant.util import Throttle
from homeassistant.util.unit_conversion import TemperatureConverter
from homeassistant.util.unit_system import TEMPERATURE_UNITS
Expand Down

0 comments on commit a0907ba

Please sign in to comment.