remove unused import
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
8134dd9151
commit
d6651ab422
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use ruma::{
|
||||||
OwnedRoomId, RoomId, ServerName, UInt, UserId,
|
OwnedRoomId, RoomId, ServerName, UInt, UserId,
|
||||||
};
|
};
|
||||||
use tokio::sync::Mutex;
|
use tokio::sync::Mutex;
|
||||||
use tracing::{debug, error, info, warn};
|
use tracing::{debug, error, warn};
|
||||||
|
|
||||||
use crate::{services, Error, Result};
|
use crate::{services, Error, Result};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue