refactor(bot): remove unused import statements

Removed the unused import statements for `RoomGetEventResponse` and `MegolmEvent` to improve code readability and maintainability. Unused imports can lead to confusion and unnecessarily inflate the codebase. This cleanup also aids in preventing potential import-related issues in the future.
This commit is contained in:
Kumi 2024-11-09 16:39:08 +01:00
parent c1032fd1c5
commit 51a56c0949
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -14,8 +14,6 @@ from nio import (
RoomInviteResponse,
ReactionEvent,
RoomSendResponse,
RoomGetEventResponse,
MegolmEvent,
)
import logging