0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-05 16:34:00 +01:00

Remove unused import in WEBUI actions view

This commit is contained in:
Ross Golder 2025-10-23 22:39:15 +07:00
parent f797bc78f1
commit 11db459f33
No known key found for this signature in database
GPG Key ID: 253A7E508D2D59CD

View File

@ -36,7 +36,6 @@ import (
"github.com/nektos/act/pkg/model"
"gopkg.in/yaml.v3"
"xorm.io/builder"
)
func getRunIndex(ctx *context_module.Context) int64 {