remove unused stuff
This commit is contained in:
parent
320cd84774
commit
25b5d51506
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ use axum::{
|
|||
http::HeaderMap, http::StatusCode, routing::get, routing::post, routing::put, Json, Router,
|
||||
};
|
||||
|
||||
use serde_json::{json, Value};
|
||||
|
||||
use serde::Deserialize;
|
||||
|
||||
use redis::Commands;
|
||||
|
|
Loading…
Reference in a new issue