1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Import Generator from collections.abc (3) (#120916)

This commit is contained in:
Marc Mueller
2024-07-01 12:09:11 +02:00
committed by GitHub
parent 2f0dd6f704
commit 921430d497
129 changed files with 131 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
"""Test config flow."""
from collections.abc import Iterator
from collections.abc import Generator, Iterator
from contextlib import contextmanager
from pathlib import Path
from ssl import SSLError
@@ -9,7 +9,6 @@ from unittest.mock import AsyncMock, MagicMock, patch
from uuid import uuid4
import pytest
from typing_extensions import Generator
import voluptuous as vol
from homeassistant import config_entries