From 7fb1934fa2cc92fbe720b496b6dc654b2adfeab4 Mon Sep 17 00:00:00 2001 From: xuwenfeng Date: Fri, 22 Nov 2024 16:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0atuh=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unmaintained/repeated_vacuum/repeated_vacuum.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unmaintained/repeated_vacuum/repeated_vacuum.go b/unmaintained/repeated_vacuum/repeated_vacuum.go index eb2de27055d..bbe1b4857d9 100644 --- a/unmaintained/repeated_vacuum/repeated_vacuum.go +++ b/unmaintained/repeated_vacuum/repeated_vacuum.go @@ -5,12 +5,10 @@ import ( "flag" "fmt" "github.com/seaweedfs/seaweedfs/weed/pb" + "google.golang.org/grpc" "log" "math/rand" "time" - "context" - - "google.golang.org/grpc" "github.com/seaweedfs/seaweedfs/weed/operation" "github.com/seaweedfs/seaweedfs/weed/security"