This is an automated email from the ASF dual-hosted git repository.

kumfo pushed a commit to branch feat/1.3.5/embed
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/1.3.5/embed by this push:
     new 15dc4371 fix(import): fixed
15dc4371 is described below

commit 15dc4371f8581594b87e63ac31b68ad9e4f77bb4
Author: kumfo <[email protected]>
AuthorDate: Wed Jun 5 18:40:55 2024 +0800

    fix(import): fixed
---
 cmd/answer/main.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/answer/main.go b/cmd/answer/main.go
index 1ac3b237..ae114709 100644
--- a/cmd/answer/main.go
+++ b/cmd/answer/main.go
@@ -20,7 +20,6 @@
 package main
 
 import (
-       _ "github.com/apache/incubator-answer-plugins/embed-basic"
        answercmd "github.com/apache/incubator-answer/cmd"
 )
 

Reply via email to