Skip to content

Commit

Permalink
Merge pull request #22 from sh00t2kill/fix-pysort-valve
Browse files Browse the repository at this point in the history
fix isort
  • Loading branch information
sh00t2kill authored Jan 8, 2024
2 parents e34039a + b1eb120 commit 51e0922
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/linktap/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
SERVICE_TURN_OFF, SERVICE_TURN_ON, STATE_OFF,
STATE_ON)
from homeassistant.core import callback
from homeassistant.helpers import entity_platform, service
from homeassistant.helpers import entity_registry as er
from homeassistant.helpers import service
from homeassistant.helpers import entity_platform
from homeassistant.helpers.entity import *
from homeassistant.helpers.entity import DeviceInfo
from homeassistant.helpers.entity_platform import AddEntitiesCallback
Expand Down

0 comments on commit 51e0922

Please sign in to comment.