Cleanup unused imports

This commit is contained in:
2023-04-16 22:22:34 -04:00
parent 54efdafd11
commit 38131a5e4d

View File

@@ -12,7 +12,6 @@ use matrix_sdk::{
Client, Client,
Error, LoopCtrl, Error, LoopCtrl,
}; };
use tokio::time::{sleep, Duration};
use std::path::PathBuf; use std::path::PathBuf;
use once_cell::sync::Lazy; use once_cell::sync::Lazy;