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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user