clean
This commit is contained in:
parent
08a1d16f88
commit
dcb7bc4c24
@ -15,10 +15,7 @@ pub fn routes() -> Vec<Route> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use rocket::{
|
||||
http::{ContentType, Status},
|
||||
local::asynchronous::Client,
|
||||
};
|
||||
use rocket::{http::Status, local::asynchronous::Client};
|
||||
use sqlx::SqlitePool;
|
||||
|
||||
use crate::testdb;
|
||||
|
Loading…
Reference in New Issue
Block a user