mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 00:15:23 -04:00
chore(base): Remove unused imports.
This commit is contained in:
@@ -180,10 +180,7 @@ impl MediaEventContent for LocationMessageEventContent {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use ruma::{
|
||||
events::room::{EncryptedFile, JsonWebKey},
|
||||
mxc_uri,
|
||||
};
|
||||
use ruma::mxc_uri;
|
||||
use serde_json::json;
|
||||
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user