Remove unnecessary import

This commit is contained in:
Neil Alexander 2022-11-02 12:04:56 +00:00
parent ded9cc2f94
commit 61a7ad114c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -7,8 +7,6 @@ import (
"reflect"
"testing"
_ "modernc.org/sqlite"
"github.com/matrix-org/dendrite/internal/sqlutil"
"github.com/matrix-org/dendrite/test"
)