mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-20 09:06:33 +00:00
Remove some unused imports
This commit is contained in:
parent
7455a7cafb
commit
554deb3ec0
1 changed files with 0 additions and 2 deletions
|
@ -1,9 +1,7 @@
|
|||
use gettextrs::gettext;
|
||||
use rocket::{request::Form, response::Redirect};
|
||||
use rocket_contrib::{Json, Template};
|
||||
use serde_json;
|
||||
|
||||
use BASE_URL;
|
||||
use activity_pub::inbox::Inbox;
|
||||
use db_conn::DbConn;
|
||||
use models::{
|
||||
|
|
Loading…
Reference in a new issue