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 Nov 25, 2024
1 parent 6589ed3 commit 3f19563
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_linxura.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest
from zigpy.zcl.clusters.security import IasZone
from zigpy.zcl.foundation import ZCLHeader

from tests.common import ClusterListener
import zhaquirks
Expand Down Expand Up @@ -131,9 +130,6 @@ async def test_Linxura_button(zigpy_device_from_quirk, quirk):
assert ias_zone_listener.attribute_updates[11][1] == 23





@pytest.mark.parametrize("quirk", (zhaquirks.linxura.button.LinxuraButton,))
async def test_edge_case_request(zigpy_device_from_quirk, quirk):
"""Test edge case."""
Expand Down

0 comments on commit 3f19563

Please sign in to comment.