Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeljuhl committed Apr 27, 2018
1 parent 0d94d83 commit 1c6c8d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cmd/siac/hostdbcmd.go
Expand Up @@ -2,14 +2,17 @@ package main

import (
"fmt"
"github.com/NebulousLabs/Sia/modules"
"github.com/NebulousLabs/Sia/node/api"
"github.com/spf13/cobra"
"math/big"
"os"
"text/tabwriter"

"github.com/spf13/cobra"

"github.com/NebulousLabs/Sia/modules"
"github.com/NebulousLabs/Sia/node/api"
)


const scanHistoryLen = 30

var (
Expand Down

0 comments on commit 1c6c8d5

Please sign in to comment.