Import Generator from collections.abc (3) (#120916)
This commit is contained in:
parent
2f0dd6f704
commit
921430d497
129 changed files with 131 additions and 138 deletions
|
@ -1,9 +1,9 @@
|
|||
"""Configuration for GeoJSON Events tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.geo_json_events import DOMAIN
|
||||
from homeassistant.const import CONF_LATITUDE, CONF_LONGITUDE, CONF_RADIUS, CONF_URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue