Skip to content

Commit 283bbac

Browse files
committed
fix imports
Signed-off-by: Seva Kaloshin <[email protected]>
1 parent bc80807 commit 283bbac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service/sharddistributor/store/etcd/executorstore/shardcache/namespaceshardcache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ import (
66
"strings"
77
"sync"
88

9+
clientv3 "go.etcd.io/etcd/client/v3"
10+
911
"github.com/uber/cadence/common/log"
1012
"github.com/uber/cadence/common/log/tag"
1113
"github.com/uber/cadence/service/sharddistributor/store"
1214
"github.com/uber/cadence/service/sharddistributor/store/etcd/etcdkeys"
1315
"github.com/uber/cadence/service/sharddistributor/store/etcd/etcdtypes"
1416
"github.com/uber/cadence/service/sharddistributor/store/etcd/executorstore/common"
15-
clientv3 "go.etcd.io/etcd/client/v3"
1617
)
1718

1819
type namespaceShardToExecutor struct {

0 commit comments

Comments
 (0)