mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
cosmetic: move misplaced import
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user