removed unused import

This commit is contained in:
spencergibb
2024-11-11 16:26:57 -05:00
parent 6f5d1e720b
commit eea507f98f

View File

@@ -19,7 +19,6 @@ package org.springframework.cloud.gateway.handler.predicate;
import java.util.Arrays;
import java.util.function.Predicate;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.BeansException;