Remove unused import

This commit is contained in:
Brendan Abolivier 2017-07-07 16:40:12 +01:00
parent 89b792cfad
commit 0dd83746d1

View file

@ -22,7 +22,6 @@ import (
"github.com/matrix-org/dendrite/clientapi/auth/storage/accounts"
"github.com/matrix-org/dendrite/clientapi/httputil"
"github.com/matrix-org/dendrite/clientapi/jsonerror"
// "github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/util"
)