Skip to content

Commit b335cd3

Browse files
committed
Remove unused imports
1 parent 1728367 commit b335cd3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/org/openapitools/client/api/MfaApiTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@
1414
import org.junit.jupiter.api.Test;
1515

1616
import java.math.BigDecimal;
17-
import java.net.URI;
18-
19-
import javax.security.auth.AuthPermission;
2017

2118
import static org.hamcrest.MatcherAssert.assertThat;
2219
import static org.hamcrest.CoreMatchers.instanceOf;
23-
import static org.hamcrest.Matchers.greaterThan;
2420
import static org.hamcrest.Matchers.is;
25-
import static org.hamcrest.Matchers.matchesRegex;
26-
import static org.hamcrest.Matchers.contains;
2721

2822
import static org.openapitools.client.utils.TestingEnvironmentVariables.*;
2923

0 commit comments

Comments
 (0)