cosmetic: move misplaced import

This commit is contained in:
Bryan Boreham
2020-05-19 10:09:52 +00:00
parent ad82fafde8
commit b117b1a5ef

View File

@@ -1,6 +1,7 @@
package multitenant
import (
"context"
"crypto/sha256"
"encoding/base64"
"flag"
@@ -9,7 +10,6 @@ import (
"sync"
"time"
"context"
log "github.com/sirupsen/logrus"
billing "github.com/weaveworks/billing-client"