aboutsummaryrefslogtreecommitdiffstats
path: root/commands/push.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/push.go')
-rw-r--r--commands/push.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/push.go b/commands/push.go
index acc3564a..2f7d9b29 100644
--- a/commands/push.go
+++ b/commands/push.go
@@ -2,7 +2,6 @@ package commands
import (
"errors"
- "fmt"
"github.com/MichaelMure/git-bug/bug"
"github.com/MichaelMure/git-bug/repository"
)