fix: remove unused imports after APIError refactor

This commit is contained in:
copilot-swe-agent[bot]
2026-06-06 12:21:23 +00:00
committed by GitHub
parent d924988534
commit 1987fa6129
3 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@
package repo
import (
"errors"
"net/http"
issues_model "gitea.dev/models/issues"

View File

@@ -4,7 +4,6 @@
package repo
import (
"errors"
"net/http"
"time"

View File

@@ -4,7 +4,6 @@
package repo
import (
"errors"
"fmt"
"net/http"