From b9ac6da703dbc8a5c44f9ef295c7255b239b8252 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Thu, 16 Dec 2021 15:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/actionnotification.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/routers/actionnotification.go b/routers/actionnotification.go index 525472285..b3e151c1c 100644 --- a/routers/actionnotification.go +++ b/routers/actionnotification.go @@ -1,8 +1,6 @@ package routers import ( - "net/http" - "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/context" "code.gitea.io/gitea/modules/log"