Skip to content

Commit

Permalink
style(multi-raft): remove unused imports
Browse files Browse the repository at this point in the history
1.remove unused imports
  • Loading branch information
TheR1sing3un committed Jun 18, 2022
1 parent 2972484 commit 849db96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
import java.util.List;
import java.util.UUID;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

/**
* Test the Multi-DLedger's append and get function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import io.openmessaging.storage.dledger.MemberState;
import io.openmessaging.storage.dledger.ServerTestHarness;
import io.openmessaging.storage.dledger.dledger.DLedgerProxy;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

import io.openmessaging.storage.dledger.client.DLedgerClient;
Expand Down

0 comments on commit 849db96

Please sign in to comment.