fix: the merge mistake in imports (#578)

This commit is contained in:
KUOKA Yusuke 2019-05-07 09:55:34 +09:00 committed by GitHub
parent d683ea1d7b
commit 272d55e31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ import (
"path/filepath" "path/filepath"
"sort" "sort"
"syscall" "syscall"
"github.com/roboll/helmfile/helmexec"
"github.com/roboll/helmfile/state"
"go.uber.org/zap"
) )
type App struct { type App struct {