Skip to content

Commit 7249168

Browse files
committed
remove unused imports
1 parent 3d4f383 commit 7249168

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runner/runner_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ package runner
22

33
import (
44
"github.com/stretchr/testify/assert"
5-
git "gopkg.in/src-d/go-git.v4"
65
"io/ioutil"
76
"testing"
8-
"io"
9-
"fmt"
10-
"time"
11-
"sort"
127
)
138

149
func TestRun(t *testing.T) {

0 commit comments

Comments
 (0)