Import Generator from collections.abc (2) (#120915)

This commit is contained in:
Marc Mueller
2024-07-01 11:58:49 +02:00
committed by GitHub
parent f11b316dac
commit 2f0dd6f704
125 changed files with 128 additions and 139 deletions

View File

@@ -1,6 +1,7 @@
"""The tests for Home Assistant frontend."""
from asyncio import AbstractEventLoop
from collections.abc import Generator
from http import HTTPStatus
from pathlib import Path
import re
@@ -10,7 +11,6 @@ from unittest.mock import patch
from aiohttp.test_utils import TestClient
from freezegun.api import FrozenDateTimeFactory
import pytest
from typing_extensions import Generator
from homeassistant.components.frontend import (
CONF_EXTRA_JS_URL_ES5,