mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Remove an unneeded test dependency on pydantic in matrix (#121860)
This commit is contained in:
parent
0d27cdc845
commit
a2fab98358
@ -1,11 +1,11 @@
|
|||||||
"""Test MatrixBot's ability to parse and respond to commands in matrix rooms."""
|
"""Test MatrixBot's ability to parse and respond to commands in matrix rooms."""
|
||||||
|
|
||||||
|
from dataclasses import dataclass
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
from nio import MatrixRoom, RoomMessageText
|
from nio import MatrixRoom, RoomMessageText
|
||||||
from pydantic.dataclasses import dataclass
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from homeassistant.components.matrix import MatrixBot, RoomID
|
from homeassistant.components.matrix import MatrixBot, RoomID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user