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,9 +1,9 @@
"""Constants for the Tuya integration."""
from __future__ import annotations
from collections.abc import Callable
from dataclasses import dataclass, field
from enum import Enum
from typing import Callable
from tuya_iot import TuyaCloudOpenAPIEndpoint