Skip to content

Commit 374c889

Browse files
committed
rollback local automatic changes
1 parent 689b76f commit 374c889

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cmd/root.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ import (
44
"fmt"
55
"os"
66

7-
"strings"
8-
"time"
9-
10-
flow_manager "github.com/Docplanner/github-flow-manager/flow-manager"
7+
"github.com/Docplanner/github-flow-manager/flow-manager"
118
"github.com/olekukonko/tablewriter"
129
"github.com/spf13/cobra"
10+
"strings"
11+
"time"
1312
)
1413

1514
var commitsNumber *int

0 commit comments

Comments
 (0)