Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed May 13, 2024
1 parent c5c96d2 commit d7a2fd9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_components/biketrax/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
SensorStateClass,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
UnitOfLength,
PERCENTAGE,
UnitOfSpeed,
)
from homeassistant.const import PERCENTAGE, UnitOfLength, UnitOfSpeed
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity import EntityCategory
from homeassistant.helpers.entity_platform import AddEntitiesCallback
Expand Down

0 comments on commit d7a2fd9

Please sign in to comment.