chore: Code cleanup

This commit is contained in:
Ginger
2025-09-14 13:23:52 -04:00
committed by nex
parent e6fd3c970b
commit e3415a500d
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -2,13 +2,12 @@ use std::collections::BTreeMap;
use axum::extract::State;
use axum_client_ip::InsecureClientIp;
use conduwuit::{Err, Error, Result};
use conduwuit::{Err, Result};
use futures::StreamExt;
use ruma::{
OwnedRoomId,
api::{
client::{
error::ErrorKind,
membership::mutual_rooms,
profile::{delete_profile_key, get_profile_key, set_profile_key},
},