more consistent imports

This commit is contained in:
2025-08-13 15:36:04 +02:00
parent 2e4f45054a
commit 4ea9068850
5 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
use crate::{model::client::Client, Backend};
use crate::{Backend, model::client::Client};
pub(crate) struct Rank {
pub(crate) rank: i64,