From ee1263a78c03659d59dfb79b80e5a07cd4f57efa Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 1 Mar 2023 13:09:28 +0330 Subject: [PATCH] drop fmt --- accounts/abi/bind/template2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/accounts/abi/bind/template2.go b/accounts/abi/bind/template2.go index bbd6d0ad63..f5d41d2634 100644 --- a/accounts/abi/bind/template2.go +++ b/accounts/abi/bind/template2.go @@ -9,7 +9,6 @@ const tmplSourceGoV2 = ` package {{.Package}} import ( - "fmt" "math/big" "errors"