Import Generator from collections.abc (2) (#120915)
This commit is contained in:
parent
f11b316dac
commit
2f0dd6f704
125 changed files with 128 additions and 139 deletions
|
@ -1,12 +1,12 @@
|
|||
"""The tests for the camera component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from http import HTTPStatus
|
||||
import io
|
||||
from types import ModuleType
|
||||
from unittest.mock import AsyncMock, Mock, PropertyMock, mock_open, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components import camera
|
||||
from homeassistant.components.camera.const import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue