Import Callable from collections.abc (4) (#56778)
This commit is contained in:
parent
19685ecff0
commit
364767ff22
28 changed files with 50 additions and 32 deletions
|
@ -1,8 +1,9 @@
|
|||
"""Support for Tasmota binary sensors."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from datetime import datetime
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
from hatasmota import switch as tasmota_switch
|
||||
from hatasmota.entity import TasmotaEntity as HATasmotaEntity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue