mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"""The tests for the Button component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from datetime import timedelta
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from freezegun.api import FrozenDateTimeFactory
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.button import (
|
||||
DOMAIN,
|
||||
|
||||
Reference in New Issue
Block a user