summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loaders/files.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/loaders/files.go')
-rw-r--r--pkg/commands/loaders/files.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/commands/loaders/files.go b/pkg/commands/loaders/files.go
index 3baa84c7c..1e056cb98 100644
--- a/pkg/commands/loaders/files.go
+++ b/pkg/commands/loaders/files.go
@@ -4,7 +4,6 @@ import (
"fmt"
"strings"
- "github.com/jesseduffield/lazygit/pkg/commands/git_config"
"github.com/jesseduffield/lazygit/pkg/commands/models"
"github.com/jesseduffield/lazygit/pkg/commands/oscommands"
"github.com/jesseduffield/lazygit/pkg/common"
@@ -19,7 +18,6 @@ type FileLoader struct {
*common.Common
cmd oscommands.ICmdObjBuilder
config FileLoaderConfig
- gitConfig git_config.IGitConfig
getFileType func(string) string
}