Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
carlydf committed Sep 20, 2024
1 parent 5e28c27 commit 29f0c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rpc/interceptor/rate_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ package interceptor

import (
"context"
"go.temporal.io/api/workflowservice/v1"
"time"

enumspb "go.temporal.io/api/enums/v1"
"go.temporal.io/api/serviceerror"
"go.temporal.io/api/workflowservice/v1"
"go.temporal.io/server/common/headers"
"go.temporal.io/server/common/quotas"
"google.golang.org/grpc"
Expand Down

0 comments on commit 29f0c43

Please sign in to comment.