Skip to content

Commit 6275994

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 37eef2f commit 6275994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from __future__ import annotations
44

55
from collections.abc import Awaitable, Callable, Coroutine
6-
from packaging import version
76
from typing import Any, Concatenate
87

98
from plugwise.exceptions import PlugwiseException
109

1110
from homeassistant.exceptions import HomeAssistantError
11+
from packaging import version
1212

1313
from .const import DEFAULT_TIMEOUT
1414
from .entity import PlugwiseEntity

0 commit comments

Comments
 (0)