Import Callable from collections.abc (1) (#56775)

This commit is contained in:
Marc Mueller
2021-09-29 16:32:11 +02:00
committed by GitHub
parent d51487f82a
commit 77ee72cbb9
36 changed files with 73 additions and 58 deletions

View File

@@ -4,12 +4,13 @@ from __future__ import annotations
import argparse
import asyncio
import collections
from collections.abc import Callable
from contextlib import suppress
from datetime import datetime
import json
import logging
from timeit import default_timer as timer
from typing import Callable, TypeVar
from typing import TypeVar
from homeassistant import core
from homeassistant.components.websocket_api.const import JSON_DUMP