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 688a309 commit 19b6f01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/siac/hostdbcmd.go
Expand Up @@ -2,18 +2,14 @@ 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"
"github.com/NebulousLabs/Sia/types"
"github.com/NebulousLabs/Sia/node/api"
)

const scanHistoryLen = 30
Expand Down

0 comments on commit 19b6f01

Please sign in to comment.