Remove unneeded imports

This commit is contained in:
Neil Alexander 2020-04-16 12:35:41 +01:00
parent ba0ec69da2
commit 8d753a24cc
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ import (
"encoding/json"
"github.com/matrix-org/dendrite/internal/sqlutil"
roomserverVersion "github.com/matrix-org/dendrite/roomserver/version"
// Import the postgres database driver.
_ "github.com/lib/pq"

View file

@ -23,7 +23,6 @@ import (
"net/url"
"github.com/matrix-org/dendrite/internal/sqlutil"
roomserverVersion "github.com/matrix-org/dendrite/roomserver/version"
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/dendrite/roomserver/api"