From a2cb2615fd6747cbb38562f3d96ba594042f4f8b Mon Sep 17 00:00:00 2001 From: Aman Sanghi Date: Tue, 10 Dec 2024 20:17:27 +0530 Subject: [PATCH] fix lint --- validator/server_arb/redis/consumer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/validator/server_arb/redis/consumer.go b/validator/server_arb/redis/consumer.go index 15d9ea2e46..f67cffa3de 100644 --- a/validator/server_arb/redis/consumer.go +++ b/validator/server_arb/redis/consumer.go @@ -7,7 +7,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/log" - "github.com/offchainlabs/nitro/pubsub" "github.com/offchainlabs/nitro/util/redisutil" "github.com/offchainlabs/nitro/util/stopwaiter"