tidy imports
This commit is contained in:
parent
74f782da45
commit
f1561590a8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
||||||
use avatar_fetch::AvatarFetch;
|
|
||||||
|
|
||||||
use crate::avatar_cache::AvatarCache;
|
use crate::avatar_cache::AvatarCache;
|
||||||
|
use crate::avatar_fetch::AvatarFetch;
|
||||||
use crate::config::Config;
|
use crate::config::Config;
|
||||||
|
|
||||||
mod user_data;
|
mod user_data;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue