Import Callable from collections.abc (2) (#56776)
This commit is contained in:
parent
41e5f05d99
commit
565a9fea6b
53 changed files with 100 additions and 65 deletions
|
@ -1,11 +1,12 @@
|
|||
"""Support for Amcrest IP camera binary sensors."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from contextlib import suppress
|
||||
from dataclasses import dataclass
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
from typing import TYPE_CHECKING, Callable
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from amcrest import AmcrestError
|
||||
import voluptuous as vol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue