Remove useless import

This commit is contained in:
Frédéric Guillot 2018-01-08 21:56:46 -08:00
parent 1d7fe892e1
commit 7f8e9c9c17
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ package main
//go:generate gofmt -s -w locale/translations.go
import (
_ "github.com/lib/pq"
"github.com/miniflux/miniflux/cli"
)