mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Import Generator from collections.abc (1) (#120914)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Common fixtures for the NEW_NAME tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
@@ -1,9 +1,9 @@
|
||||
"""Common fixtures for the NEW_NAME tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
Reference in New Issue
Block a user