Remove unused imports
This commit is contained in:
parent
2d1b514f21
commit
cfd93c33b5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from typing import Pattern, List, Set, Type
|
|||
from attr import dataclass
|
||||
import re
|
||||
|
||||
from mautrix.types import RoomID, EventType, ReactionEventContent, RelationType
|
||||
from mautrix.types import RoomID, EventType
|
||||
from mautrix.util.config import BaseProxyConfig, ConfigUpdateHelper
|
||||
|
||||
from maubot import Plugin, MessageEvent
|
||||
|
|
Loading…
Reference in a new issue