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:
parent
c1032fd1c5
commit
51a56c0949
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ from nio import (
|
|||
RoomInviteResponse,
|
||||
ReactionEvent,
|
||||
RoomSendResponse,
|
||||
RoomGetEventResponse,
|
||||
MegolmEvent,
|
||||
)
|
||||
|
||||
import logging
|
||||
|
|
Loading…
Reference in a new issue