fix: remove unused time import in task.go and fix deploy script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 01:48:14 +08:00
parent a29936f31c
commit ea3f3fd482
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ import (
"io"
"net/http"
"strings"
"time"
"gitea.com/texpixel/document_ai/internal/model/task"
"gitea.com/texpixel/document_ai/internal/storage/dao"