Import Callable from collections.abc (3) (#56777)
This commit is contained in:
parent
364767ff22
commit
d51487f82a
49 changed files with 85 additions and 61 deletions
|
@ -1,10 +1,11 @@
|
|||
"""Support for August binary sensors."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime, timedelta
|
||||
import logging
|
||||
from typing import Callable, cast
|
||||
from typing import cast
|
||||
|
||||
from yalexs.activity import (
|
||||
ACTION_DOORBELL_CALL_MISSED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue