fix: linter :( why you one line the import D:

This commit is contained in:
JustTemmie 2025-07-13 16:17:54 +02:00
parent e17fc9fff0
commit b87adf896f
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -4,7 +4,11 @@ use serde::Deserialize;
pub mod uuid; pub mod uuid;
use crate::{ use crate::{
api::v1::auth::check_access_token, error::Error, objects::Me, utils::{get_auth_header, global_checks, user_uuid_from_identifier}, Data Data,
api::v1::auth::check_access_token,
error::Error,
objects::Me,
utils::{get_auth_header, global_checks, user_uuid_from_identifier},
}; };
/// Returns a list of users that are your friends /// Returns a list of users that are your friends