style: remove unused imports

This commit is contained in:
siujamo
2025-06-17 11:48:44 +08:00
parent a491f32030
commit 4134415726
3 changed files with 0 additions and 11 deletions
@@ -17,12 +17,6 @@
package com.onixbyte.simplejwt.authzero.test;
import com.onixbyte.simplejwt.authzero.AuthzeroTokenResolver;
import com.onixbyte.simplejwt.constants.TokenAlgorithm;
import org.junit.jupiter.api.Test;
import java.time.Duration;
/**
* TestAuthzeroTokenResolver
*