Import Callable from collections.abc (1) (#56775)
This commit is contained in:
parent
d51487f82a
commit
77ee72cbb9
36 changed files with 73 additions and 58 deletions
|
@ -4,11 +4,11 @@ from __future__ import annotations
|
|||
import argparse
|
||||
import asyncio
|
||||
from collections import OrderedDict
|
||||
from collections.abc import Mapping, Sequence
|
||||
from collections.abc import Callable, Mapping, Sequence
|
||||
from glob import glob
|
||||
import logging
|
||||
import os
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant import core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue