Remove unused dependency
This commit is contained in:
parent
9771b75b94
commit
e1fe276fa7
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||||
|
|
Loading…
Reference in a new issue