Remove unnecessary import

This commit is contained in:
Andrew Morgan 2018-07-24 14:58:55 +01:00
parent f3ab57444a
commit 3bf9249200

View file

@ -18,8 +18,6 @@ import (
"context"
"database/sql"
// Import postgres database driver
_ "github.com/lib/pq"
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/gomatrixserverlib"
)