diff options
Diffstat (limited to 'commands/pull.go')
-rw-r--r-- | commands/pull.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go index dbff4fb1..eefcc641 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -2,7 +2,6 @@ package commands import ( "errors" - "fmt" "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/repository" ) |