From 511031384e3b28f6163f3cdbfdaec1780e169a56 Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 29 Jan 2018 02:11:37 +0100 Subject: [PATCH] swarm: Remove unused os import --- swarm/swarm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/swarm.go b/swarm/swarm.go index a95bc176f7..7352f9020e 100644 --- a/swarm/swarm.go +++ b/swarm/swarm.go @@ -22,7 +22,6 @@ import ( "crypto/ecdsa" "fmt" "net" - "os" "path/filepath" "github.com/ethereum/go-ethereum/accounts/abi/bind"