Browse code

integration-cli: goimports

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/10/25 07:21:32
Showing 1 changed files
... ...
@@ -9,7 +9,6 @@ import (
9 9
 	"time"
10 10
 
11 11
 	"github.com/Microsoft/hcsshim/osversion"
12
-
13 12
 	"github.com/docker/docker/integration-cli/cli"
14 13
 	"github.com/docker/docker/pkg/parsers/kernel"
15 14
 	"gotest.tools/assert"