Skip to content

Commit 8b6c568

Browse files
committed
fix imports
1 parent 5a78ce9 commit 8b6c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notification/webhook/webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
package webhook
66

77
import (
8-
"code.gitea.io/git"
98
"code.gitea.io/gitea/models"
109
"code.gitea.io/gitea/modules/log"
1110
"code.gitea.io/gitea/modules/notification/base"
1211
"code.gitea.io/gitea/modules/setting"
1312

13+
"code.gitea.io/git"
1414
api "code.gitea.io/sdk/gitea"
1515
)
1616

0 commit comments

Comments
 (0)