mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
Import Generator from collections.abc (4) (#120917)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Setup the Reolink tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.reolink import const
|
||||
from homeassistant.components.reolink.config_flow import DEFAULT_PROTOCOL
|
||||
|
||||
Reference in New Issue
Block a user