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

pull/121849/head^2
Allen Porter 2024-07-12 08:45:04 -07:00 committed by GitHub
parent 0d27cdc845
commit a2fab98358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
"""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