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,5 +1,6 @@
|
|||
"""Test fixtures for the config integration."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from contextlib import contextmanager
|
||||
from copy import deepcopy
|
||||
import json
|
||||
|
@ -9,7 +10,6 @@ from typing import Any
|
|||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue