Remove unused dependency

This commit is contained in:
Neshura 2023-12-20 20:56:27 +01:00
parent 9771b75b94
commit e1fe276fa7
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,7 +1,7 @@
use std::ops::Deref; use std::ops::Deref;
use std::sync::{Arc}; use std::sync::{Arc};
use chrono::{Duration, Local}; use chrono::{Duration, Local};
use tokio::sync::{RwLock, RwLockReadGuard}; use tokio::sync::{RwLock};
use tokio::time::sleep; use tokio::time::sleep;
use crate::{SharedData}; use crate::{SharedData};
use crate::post_history::{PostHistory, PostHistoryInner}; use crate::post_history::{PostHistory, PostHistoryInner};