Remove unused (by accident?) import

This commit is contained in:
Jungtaek Lim
2014-06-24 09:23:19 +09:00
parent 409740f06c
commit 4c4446a71f

View File

@@ -3,8 +3,6 @@ package redis.clients.jedis.tests.commands;
import java.util.LinkedHashSet;
import java.util.Set;
import javax.swing.text.html.MinimalHTMLWriter;
import org.junit.Test;
import redis.clients.jedis.ScanParams;
@@ -1047,4 +1045,4 @@ public class SortedSetCommandsTest extends JedisCommandTestBase {
assertFalse(result.getResult().isEmpty());
}
}
}