Import Generator from collections.abc (2) (#120915)

This commit is contained in:
Marc Mueller 2024-07-01 11:58:49 +02:00 committed by GitHub
parent f11b316dac
commit 2f0dd6f704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 128 additions and 139 deletions

View file

@ -1,9 +1,9 @@
"""Fixturs for Alarm Control Panel tests."""
from collections.abc import Generator
from unittest.mock import MagicMock
import pytest
from typing_extensions import Generator
from homeassistant.components.alarm_control_panel import (
DOMAIN as ALARM_CONTROL_PANEL_DOMAIN,