diff --git a/src/tui/mod.rs b/src/tui/mod.rs index 2734fbc..07fa649 100644 --- a/src/tui/mod.rs +++ b/src/tui/mod.rs @@ -1,7 +1,7 @@ use std::ops::Deref; use std::sync::{Arc}; use chrono::{Duration, Local}; -use tokio::sync::{RwLock, RwLockReadGuard}; +use tokio::sync::{RwLock}; use tokio::time::sleep; use crate::{SharedData}; use crate::post_history::{PostHistory, PostHistoryInner};