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
|
@ -2,12 +2,12 @@
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Generator
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
from freezegun.api import FrozenDateTimeFactory
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.folder_watcher.const import DOMAIN
|
||||
from homeassistant.config_entries import SOURCE_USER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue