From 724f77e3ec46fb2f6b6c7c3ae94c93d3b7c83f3a 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"