Skip to content
Snippets Groups Projects
Unverified Commit a2fab983 authored by Allen Porter's avatar Allen Porter Committed by GitHub
Browse files

Remove an unneeded test dependency on pydantic in matrix (#121860)

parent 0d27cdc8
No related branches found
No related tags found
No related merge requests found
"""Test MatrixBot's ability to parse and respond to commands in matrix rooms."""
from dataclasses import dataclass
from functools import partial
from itertools import chain
from typing import Any
from nio import MatrixRoom, RoomMessageText
from pydantic.dataclasses import dataclass
import pytest
from homeassistant.components.matrix import MatrixBot, RoomID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment