Import Generator from collections.abc (4) (#120917)
This commit is contained in:
parent
ca55986057
commit
f11b316dac
116 changed files with 120 additions and 124 deletions
|
@ -1,12 +1,12 @@
|
|||
"""Common fixtures for the Tractive tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from typing import Any
|
||||
from unittest.mock import AsyncMock, Mock, patch
|
||||
|
||||
from aiotractive.trackable_object import TrackableObject
|
||||
from aiotractive.tracker import Tracker
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.tractive.const import DOMAIN, SERVER_UNAVAILABLE
|
||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue