From 9e91aa8b439e79b531debb46c1b6e88206146313 Mon Sep 17 00:00:00 2001 From: Andrew Hynes Date: Sat, 12 Nov 2022 18:11:34 -0330 Subject: [PATCH] fix: delete duplicate import --- pkg/integration/tests/tests.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go index d4dfd03d9..8d5f6adde 100644 --- a/pkg/integration/tests/tests.go +++ b/pkg/integration/tests/tests.go @@ -18,7 +18,6 @@ import ( "github.com/jesseduffield/lazygit/pkg/integration/tests/file" "github.com/jesseduffield/lazygit/pkg/integration/tests/interactive_rebase" "github.com/jesseduffield/lazygit/pkg/integration/tests/stash" - "github.com/jesseduffield/lazygit/pkg/utils" ) // Here is where we lists the actual tests that will run. When you create a new test,