Remove unused import from known_hosts test class

This commit is contained in:
Artem Bilan
2022-09-27 14:26:32 -04:00
parent e32a5024ad
commit 82e3073fc9

View File

@@ -39,7 +39,6 @@ import org.apache.sshd.common.util.GenericUtils;
import org.apache.sshd.common.util.net.SshdSocketAddress;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.junit.jupiter.api.condition.EnabledIf;
import org.mockito.Mockito;