mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Generator
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.filesize.const import DOMAIN
|
||||
from homeassistant.const import CONF_FILE_PATH
|
||||
|
Reference in New Issue
Block a user