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
|
@ -3,11 +3,11 @@ from __future__ import annotations
|
|||
|
||||
import asyncio
|
||||
from collections import defaultdict
|
||||
from collections.abc import Coroutine
|
||||
from collections.abc import Callable, Coroutine
|
||||
import logging
|
||||
import socket
|
||||
import sys
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
import async_timeout
|
||||
from mysensors import BaseAsyncGateway, Message, Sensor, mysensors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue