mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""The tests for local file camera component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.camera import (
|
||||
DOMAIN as CAMERA_DOMAIN,
|
||||
|
||||
Reference in New Issue
Block a user