1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 20:23:58 +01:00

Update typing - collections.abc (3) (#63947)

This commit is contained in:
Marc Mueller
2022-01-12 08:04:17 +01:00
committed by GitHub
parent 12757a8cd2
commit d057850971
30 changed files with 42 additions and 33 deletions

View File

@@ -2,8 +2,8 @@
from __future__ import annotations
from asyncio import AbstractEventLoop
from collections.abc import Callable
from dataclasses import dataclass
from typing import Callable
from unittest.mock import patch
import pytest