fix(users): remove unused imports [EE-3340] (#7016)

fixes [EE-3340]
pull/7026/head
Chaim Lev-Ari 2022-06-06 10:04:33 +03:00 committed by GitHub
parent eb4ff12744
commit b90b1701e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 {