rm import of userapi/storage/accounts/sqlite3/storage.go

This commit is contained in:
6543 2020-12-21 13:24:43 +00:00 committed by GitHub
parent 0a333f4e45
commit 135046fe0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,6 @@ import (
"strconv"
"sync"
// Import the sqlite3 package
_ "github.com/mattn/go-sqlite3"
"github.com/matrix-org/dendrite/clientapi/auth/authtypes"
"github.com/matrix-org/dendrite/internal/sqlutil"
"github.com/matrix-org/dendrite/setup/config"