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

Import Generator from collections.abc (2) (#120915)

This commit is contained in:
Marc Mueller
2024-07-01 11:58:49 +02:00
committed by GitHub
parent f11b316dac
commit 2f0dd6f704
125 changed files with 128 additions and 139 deletions

View File

@@ -1,11 +1,11 @@
"""Configuration for Abode tests."""
from collections.abc import Generator
from unittest.mock import AsyncMock, patch
from jaraco.abode.helpers import urls as URL
import pytest
from requests_mock import Mocker
from typing_extensions import Generator
from tests.common import load_fixture
from tests.components.light.conftest import mock_light_profiles # noqa: F401