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,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue