Import Callable from collections.abc (#60354)

This commit is contained in:
Marc Mueller 2021-11-25 22:23:48 +01:00 committed by GitHub
parent 4360fb733f
commit de78c4f0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 20 additions and 14 deletions

View file

@ -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,