Import Callable from collections.abc (4) (#56778)

This commit is contained in:
Marc Mueller 2021-09-29 16:15:36 +02:00 committed by GitHub
parent 19685ecff0
commit 364767ff22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 50 additions and 32 deletions

View file

@ -1,8 +1,8 @@
"""Code to handle a DenonAVR receiver."""
from __future__ import annotations
from collections.abc import Callable
import logging
from typing import Callable
from denonavr import DenonAVR