chore(core): remove unused serde_json import in worker.rs (#16312)
This commit is contained in:
@@ -10,7 +10,6 @@ use std::{
|
|||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use axum::body::Body;
|
use axum::body::Body;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use serde_json;
|
|
||||||
use tokio::{sync::OnceCell, time};
|
use tokio::{sync::OnceCell, time};
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
|
|||||||
Reference in New Issue
Block a user