Import Callable from collections.abc (#60354)
This commit is contained in:
parent
4360fb733f
commit
de78c4f0f8
13 changed files with 20 additions and 14 deletions
|
@ -1,8 +1,9 @@
|
|||
"""Constants used by Speedtest.net."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
from typing import Callable, Final
|
||||
from typing import Final
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
STATE_CLASS_MEASUREMENT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue