mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Fixtures for tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user