diff options
Diffstat (limited to 'userapi')
-rw-r--r-- | userapi/storage/accounts/sqlite3/storage.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/userapi/storage/accounts/sqlite3/storage.go b/userapi/storage/accounts/sqlite3/storage.go index 2b621c4c..92c1c669 100644 --- a/userapi/storage/accounts/sqlite3/storage.go +++ b/userapi/storage/accounts/sqlite3/storage.go @@ -29,7 +29,6 @@ import ( "github.com/matrix-org/dendrite/userapi/storage/accounts/sqlite3/deltas" "github.com/matrix-org/gomatrixserverlib" "golang.org/x/crypto/bcrypt" - // Import the sqlite3 database driver. ) // Database represents an account database |