Import Generator from collections.abc (4) (#120917)
This commit is contained in:
parent
ca55986057
commit
f11b316dac
116 changed files with 120 additions and 124 deletions
|
@ -1,9 +1,9 @@
|
|||
"""Configure Synology DSM tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue