Remove more unnecessary imports

This commit is contained in:
Andrew Morgan 2018-07-24 15:02:59 +01:00
parent 3bf9249200
commit b6d096e6b9
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ import (
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/gomatrixserverlib"
"golang.org/x/crypto/bcrypt"
// Import the postgres database driver.
)
// Database represents an account database

View file

@ -23,7 +23,6 @@ import (
"github.com/matrix-org/dendrite/clientapi/auth/authtypes"
"github.com/matrix-org/dendrite/roomserver/api"
// Import the postgres database driver.
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/dendrite/syncapi/types"