Import Callable from collections.abc (4) (#56778)
This commit is contained in:
parent
19685ecff0
commit
364767ff22
28 changed files with 50 additions and 32 deletions
|
@ -2,11 +2,11 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from collections.abc import Coroutine, Sequence
|
||||
from collections.abc import Callable, Coroutine, Sequence
|
||||
from datetime import timedelta
|
||||
import hashlib
|
||||
from types import ModuleType
|
||||
from typing import Any, Callable, Final, final
|
||||
from typing import Any, Final, final
|
||||
|
||||
import attr
|
||||
import voluptuous as vol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue