mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Import Generator from collections.abc (2) (#120915)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Define fixtures for AirNow tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from typing import Any
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.airnow import DOMAIN
|
||||
from homeassistant.const import CONF_API_KEY, CONF_LATITUDE, CONF_LONGITUDE, CONF_RADIUS
|
||||
|
||||
Reference in New Issue
Block a user