fix clippy warnings

This commit is contained in:
OMGeeky
2024-04-28 13:12:36 +02:00
parent 8d9339f7f7
commit 9f7d9ed09b

View File

@@ -2,8 +2,6 @@ mod client;
pub mod errors;
pub mod prelude;
use crate::prelude::*;
use twba_backup_config::prelude::Config;
use twba_backup_config::Conf;
use twba_common::{get_config, init_tracing};
#[tokio::main]