mirror of
https://github.com/home-assistant/core.git
synced 2025-11-20 16:26:57 +00:00
Import Generator from collections.abc (4) (#120917)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""The tests for the Update component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.update import (
|
||||
ATTR_BACKUP,
|
||||
|
||||
Reference in New Issue
Block a user