Skip to content

Commit

Permalink
reverted import groups (#3476)
Browse files Browse the repository at this point in the history
* reverted imports groups
  • Loading branch information
mkolodezny authored Aug 25, 2020
1 parent dcfa0a3 commit 570e684
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service/frontend/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ import (
"sync/atomic"
"time"

"github.com/uber/cadence/common/client"

"github.com/stretchr/testify/mock"

"github.com/uber/cadence/common"
"github.com/uber/cadence/common/client"
"github.com/uber/cadence/common/definition"
"github.com/uber/cadence/common/domain"
"github.com/uber/cadence/common/log"
Expand Down

0 comments on commit 570e684

Please sign in to comment.