Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 31, 2024
1 parent 67da0ad commit 4be7627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions tests/test_sonoff.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""Tests for Sonoff quirks."""

from unittest import mock

import pytest

import zhaquirks
import zhaquirks.sonoff.swv

Expand Down
4 changes: 2 additions & 2 deletions zhaquirks/sonoff/swv.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import zigpy.types as t
from zigpy.zcl.clusters.general import (
Basic,
PowerConfiguration,
Identify,
OnOff,
PollControl,
Ota,
PollControl,
PowerConfiguration,
Time,
)
from zigpy.zcl.clusters.homeautomation import Diagnostic
Expand Down

0 comments on commit 4be7627

Please sign in to comment.