diff --git a/api/http/handler/users/user_create.go b/api/http/handler/users/user_create.go index f9395b804..e2b1e68cf 100644 --- a/api/http/handler/users/user_create.go +++ b/api/http/handler/users/user_create.go @@ -9,8 +9,6 @@ import ( "github.com/portainer/libhttp/request" "github.com/portainer/libhttp/response" portainer "github.com/portainer/portainer/api" - httperrors "github.com/portainer/portainer/api/http/errors" - "github.com/portainer/portainer/api/http/security" ) type userCreatePayload struct {