Skip to content

Commit 5c21263

Browse files
committed
pre-commit fixes
1 parent f505ead commit 5c21263

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custom_components/plugwise_usb/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
from .const import (
1515
CONF_USB_PATH,
16-
DOMAIN,
1716
NODES,
1817
PLUGWISE_USB_PLATFORMS,
1918
STICK,

custom_components/plugwise_usb/entity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""Plugwise USB stick base entity."""
22
from __future__ import annotations
33

4+
from typing import Any
5+
46
from collections.abc import Callable
57
from dataclasses import dataclass
68
import logging

0 commit comments

Comments
 (0)