mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-29 21:40: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 gettextrs::gettext;
|
||||||
use rocket::{request::Form, response::Redirect};
|
|
||||||
use rocket_contrib::{Json, Template};
|
use rocket_contrib::{Json, Template};
|
||||||
use serde_json;
|
use serde_json;
|
||||||
|
|
||||||
use BASE_URL;
|
|
||||||
use activity_pub::inbox::Inbox;
|
use activity_pub::inbox::Inbox;
|
||||||
use db_conn::DbConn;
|
use db_conn::DbConn;
|
||||||
use models::{
|
use models::{
|
||||||
|
|
Loading…
Reference in a new issue