remove import unused

This commit is contained in:
Valentin CZERYBA 2022-05-15 15:39:13 +02:00
parent d800602681
commit 1914022fda

View File

@ -23,9 +23,6 @@ import org.eclipse.microprofile.jwt.JsonWebToken;
import org.jboss.logging.Logger;
import org.postgresql.shaded.com.ongres.scram.common.bouncycastle.base64.Base64;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
@Produces(MediaType.APPLICATION_JSON)
@Path("users")
public class UsersRessources {