Skip to content

Commit

Permalink
[cleanup] [test] Cleanup unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed May 2, 2024
1 parent 053c455 commit fd823f6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import static org.testng.Assert.assertNull;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.fail;
import com.google.common.collect.Multimap;
import com.google.common.collect.Sets;
import com.google.gson.Gson;
import com.google.gson.JsonArray;
Expand Down Expand Up @@ -117,7 +116,6 @@
import org.apache.pulsar.common.protocol.Commands;
import org.apache.pulsar.common.util.netty.EventLoopUtil;
import org.apache.pulsar.compaction.Compactor;
import org.apache.pulsar.functions.worker.PulsarFunctionTestUtils;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.MockZooKeeper;
import org.awaitility.Awaitility;
Expand Down

0 comments on commit fd823f6

Please sign in to comment.