Remove another pq import

This commit is contained in:
Andrew Morgan 2018-07-24 17:36:46 +01:00
parent b6d096e6b9
commit 161a3af16e

View file

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