mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Import Generator from collections.abc (4) (#120917)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Test the SFR Box setup process."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from sfrbox_api.exceptions import SFRBoxAuthenticationError, SFRBoxError
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.sfr_box.const import DOMAIN
|
||||
from homeassistant.config_entries import ConfigEntry, ConfigEntryState
|
||||
|
||||
Reference in New Issue
Block a user