Cleanup of unused imports
This commit is contained in:
parent
7cd56e530d
commit
f0da95ffae
3 changed files with 5 additions and 12 deletions
src/bot
|
@ -1,12 +1,10 @@
|
|||
use std::collections::HashMap;
|
||||
use std::error::Error;
|
||||
use std::fmt::format;
|
||||
use std::ops::Deref;
|
||||
use std::sync::{Arc};
|
||||
use chrono::{DateTime, Duration, NaiveDateTime, Timelike, Utc};
|
||||
use chrono::{DateTime, Duration, Timelike, Utc};
|
||||
use lemmy_db_schema::newtypes::{CommunityId, LanguageId};
|
||||
use lemmy_db_schema::PostFeatureType;
|
||||
use tokio::sync::{RwLock, RwLockWriteGuard, RwLockReadGuard};
|
||||
use tokio::sync::{RwLock, RwLockWriteGuard};
|
||||
use crate::{jnovel, lemmy, Message, SharedData};
|
||||
use crate::config::{Config, PostBody, SeriesConfig};
|
||||
use crate::jnovel::PostInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue