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,9 +1,10 @@
|
|||
"""Support for System Bridge sensors."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Callable, Final, cast
|
||||
from typing import Final, cast
|
||||
|
||||
from systembridge import Bridge
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue