mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 12:43:44 +01:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""The tests for the Binary sensor component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest import mock
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components import binary_sensor
|
||||
from homeassistant.config_entries import ConfigEntry, ConfigFlow
|
||||
|
||||
Reference in New Issue
Block a user