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" "crypto/ecdsa"
"fmt" "fmt"
"net" "net"
"os"
"path/filepath" "path/filepath"
"github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/accounts/abi/bind"