Import Callable from collections.abc (2) (#56776)
This commit is contained in:
parent
41e5f05d99
commit
565a9fea6b
53 changed files with 100 additions and 65 deletions
|
@ -2,9 +2,9 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from collections import defaultdict
|
||||
from collections.abc import Callable
|
||||
from enum import IntEnum
|
||||
import logging
|
||||
from typing import Callable
|
||||
|
||||
from mysensors import BaseAsyncGateway, Message
|
||||
from mysensors.sensor import ChildSensor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue