Import Callable from collections.abc (3) (#56777)

This commit is contained in:
Marc Mueller 2021-09-29 16:19:06 +02:00 committed by GitHub
parent 364767ff22
commit d51487f82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 85 additions and 61 deletions

View file

@ -1,7 +1,8 @@
"""Support for IKEA Tradfri sensors."""
from __future__ import annotations
from typing import Any, Callable, cast
from collections.abc import Callable
from typing import Any, cast
from pytradfri.command import Command