Skip to content

Commit 2f63cc5

Browse files
Fix: Remove unused imports in auth.go
Co-Authored-By: Chris Li <chris.li.2046@gmail.com>
1 parent fef5fda commit 2f63cc5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aggregator/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ package aggregator
33
import (
44
"context"
55
"fmt"
6-
"math/big"
76
"strings"
87
"time"
98

109
"github.com/AvaProtocol/EigenLayer-AVS/core/auth"
11-
"github.com/AvaProtocol/EigenLayer-AVS/core/config"
1210
"github.com/AvaProtocol/EigenLayer-AVS/model"
1311
avsproto "github.com/AvaProtocol/EigenLayer-AVS/protobuf"
1412
"github.com/AvaProtocol/EigenLayer-AVS/version"

0 commit comments

Comments
 (0)