matrix-sdk: Remove an unused import.
parent
8b13602b3b
commit
cd9252cc3d
|
@ -13,7 +13,7 @@ use matrix_sdk_common::{
|
|||
},
|
||||
events::{room::power_levels::PowerLevelsEventContent, EventJson},
|
||||
identifiers::{DeviceId, RoomId, UserId},
|
||||
js_int::{uint, UInt},
|
||||
js_int::UInt,
|
||||
};
|
||||
|
||||
/// A builder used to create rooms.
|
||||
|
|
Loading…
Reference in New Issue