1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Import Generator from collections.abc (1) (#120914)

This commit is contained in:
Marc Mueller
2024-07-01 11:51:51 +02:00
committed by GitHub
parent aa5ebaf613
commit ca55986057
44 changed files with 62 additions and 76 deletions

View File

@@ -1,12 +1,12 @@
"""Test the auth script to manage local users."""
from asyncio import AbstractEventLoop
from collections.abc import Generator
import logging
from typing import Any
from unittest.mock import Mock, patch
import pytest
from typing_extensions import Generator
from homeassistant.auth.providers import homeassistant as hass_auth
from homeassistant.core import HomeAssistant