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 Mar 4, 2025
1 parent a9900e7 commit e42995e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/test_sonoff.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import asyncio
from unittest.mock import ANY, AsyncMock, MagicMock

import pytest
import zigpy.types as t
from zigpy.zcl.foundation import Status
from unittest.mock import AsyncMock, MagicMock, ANY

from zhaquirks.sonoff.swv import (
ValveState,
is_water_shortage,
is_water_leakage,
EwelinkCluster,
SwvOnOff,
ValveState,
is_water_leakage,
is_water_shortage,
)


Expand Down

0 comments on commit e42995e

Please sign in to comment.