mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 09:51:36 +00:00
fix: remove unused fmt import
This commit is contained in:
parent
44dfc9b4af
commit
1cc4905efc
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ package filters
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math"
|
||||
"math/big"
|
||||
"slices"
|
||||
|
|
|
|||
Loading…
Reference in a new issue