Import Generator from collections.abc (4) (#120917)

This commit is contained in:
Marc Mueller
2024-07-01 11:54:42 +02:00
committed by GitHub
parent ca55986057
commit f11b316dac
116 changed files with 120 additions and 124 deletions

View File

@@ -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