diff --git a/server/types.go b/server/types.go
index 8fd75176..a1d18926 100644
--- a/server/types.go
+++ b/server/types.go
@@ -455,7 +455,3 @@ type apiStripeSubscriptionDeletedEvent struct {
 	ID       string `json:"id"`
 	Customer string `json:"customer"`
 }
-
-type apiTwilioVerifyResponse struct {
-	Status string `json:"status"`
-}
diff --git a/user/manager.go b/user/manager.go
index 8a9acf05..c57ede58 100644
--- a/user/manager.go
+++ b/user/manager.go
@@ -7,7 +7,6 @@ import (
 	"errors"
 	"fmt"
 	"github.com/mattn/go-sqlite3"
-	_ "github.com/mattn/go-sqlite3" // SQLite driver
 	"github.com/stripe/stripe-go/v74"
 	"golang.org/x/crypto/bcrypt"
 	"heckel.io/ntfy/log"