Skip to content

Commit

Permalink
Apply pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2024
1 parent b2edc8c commit 64cbe5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions tests/test_nodon.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
"""Tests for NodOn."""

from unittest import mock
from zigpy.zcl import foundation

import zhaquirks
from zhaquirks.nodon.pilot_wire import NodOnSIN4FP21

zhaquirks.setup()

Expand Down
6 changes: 2 additions & 4 deletions zhaquirks/nodon/pilot_wire.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""NodOn pilot wire heating module."""

from zigpy.profiles import zgp, zha
from zigpy.quirks import CustomDevice, CustomCluster
from zigpy.quirks import CustomCluster, CustomDevice
import zigpy.types as t
from zigpy.zcl import foundation
from zigpy.zcl.clusters.general import (
Basic,
Expand All @@ -12,7 +13,6 @@
Ota,
Scenes,
)

from zigpy.zcl.clusters.lightlink import LightLink
from zigpy.zcl.clusters.smartenergy import Metering

Expand All @@ -25,8 +25,6 @@
PROFILE_ID,
)

import zigpy.types as t


class NodOnPilotWireManufacturerSpecificCluster(CustomCluster):
"""NodOn manufacturer specific cluster to set Pilot Wire mode"""
Expand Down

0 comments on commit 64cbe5e

Please sign in to comment.