Remove double import

This commit is contained in:
Neil Alexander 2022-04-27 12:53:14 +01:00
parent 99b4ac397d
commit e333240470
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -43,7 +43,6 @@ import (
"github.com/gorilla/mux"
"github.com/kardianos/minwinsvc"
_ "github.com/kardianos/minwinsvc"
appserviceAPI "github.com/matrix-org/dendrite/appservice/api"
asinthttp "github.com/matrix-org/dendrite/appservice/inthttp"