fix: linter :( why you one line the import D:
This commit is contained in:
parent
e17fc9fff0
commit
b87adf896f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue