chore(core): remove unused serde_json import in worker.rs (#16312)

This commit is contained in:
Chang Su
2026-01-02 15:31:41 -08:00
committed by GitHub
parent 30cfb687fa
commit 0ca417d9ae

View File

@@ -10,7 +10,6 @@ use std::{
use async_trait::async_trait;
use axum::body::Body;
use serde::{Deserialize, Serialize};
use serde_json;
use tokio::{sync::OnceCell, time};
use super::{