This is an automated email from the ASF dual-hosted git repository. kumfo pushed a commit to branch fix/reviwer-basic in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 158faf27cfa4a22ce35546c19651cb9f0eea7c4f Author: kumfo <[email protected]> AuthorDate: Tue May 7 11:18:53 2024 +0800 fix(review): fix bug --- reviewer-basic/basic.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/reviewer-basic/basic.go b/reviewer-basic/basic.go index 6726f29..4cca222 100644 --- a/reviewer-basic/basic.go +++ b/reviewer-basic/basic.go @@ -24,8 +24,6 @@ import ( "fmt" "strings" - "github.com/segmentfault/pacman/log" - "github.com/apache/incubator-answer-plugins/reviewer-basic/i18n" "github.com/apache/incubator-answer/plugin" myI18n "github.com/segmentfault/pacman/i18n"
