🔧 refactor(user_cache): remove unused JSON import

This commit is contained in:
CaIon
2025-07-10 15:12:57 +08:00
parent cb16bf552e
commit a9e03e6172

View File

@@ -1,7 +1,6 @@
package model package model
import ( import (
"encoding/json"
"fmt" "fmt"
"one-api/common" "one-api/common"
"one-api/constant" "one-api/constant"