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,5 +1,6 @@
|
|||
"""HomeKit controller session fixtures."""
|
||||
|
||||
from collections.abc import Generator
|
||||
import datetime
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
|
@ -7,7 +8,6 @@ from aiohomekit.testing import FakeController
|
|||
from freezegun import freeze_time
|
||||
from freezegun.api import FrozenDateTimeFactory
|
||||
import pytest
|
||||
from typing_extensions import Generator
|
||||
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue