Add tests.common.ANY (#84240)
This commit is contained in:
parent
3405fa60ec
commit
3884e16b46
2 changed files with 33 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
"""Test entity_registry API."""
|
||||
from unittest.mock import ANY
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.config import entity_registry
|
||||
|
@ -15,6 +13,7 @@ from homeassistant.helpers.entity_registry import (
|
|||
)
|
||||
|
||||
from tests.common import (
|
||||
ANY,
|
||||
MockConfigEntry,
|
||||
MockEntity,
|
||||
MockEntityPlatform,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue