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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user