swarm: Remove unused os import

This commit is contained in:
lash 2018-01-29 02:11:37 +01:00
parent 85e2318f77
commit 511031384e

View file

@ -22,7 +22,6 @@ import (
"crypto/ecdsa"
"fmt"
"net"
"os"
"path/filepath"
"github.com/ethereum/go-ethereum/accounts/abi/bind"