Skip to content

Commit 5328e78

Browse files
committed
refactor: remove unused import
1 parent b65158c commit 5328e78

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/test/java/com/cryptomarket/sdk/TestWSWalletClient.java

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
package com.cryptomarket.sdk;
22

3-
import com.cryptomarket.params.OrderBy;
4-
import com.cryptomarket.params.ParamsBuilder;
5-
import com.cryptomarket.params.Sort;
6-
import com.cryptomarket.sdk.exceptions.CryptomarketSDKException;
7-
import com.cryptomarket.sdk.models.Transaction;
8-
import com.cryptomarket.sdk.websocket.CryptomarketWSWalletClient;
9-
import com.cryptomarket.sdk.websocket.CryptomarketWSWalletClientImpl;
10-
113
import static org.junit.Assert.assertTrue;
124

135
import java.io.IOException;
@@ -17,6 +9,13 @@
179
import org.junit.Before;
1810
import org.junit.Test;
1911

12+
import com.cryptomarket.params.OrderBy;
13+
import com.cryptomarket.params.ParamsBuilder;
14+
import com.cryptomarket.params.Sort;
15+
import com.cryptomarket.sdk.exceptions.CryptomarketSDKException;
16+
import com.cryptomarket.sdk.websocket.CryptomarketWSWalletClient;
17+
import com.cryptomarket.sdk.websocket.CryptomarketWSWalletClientImpl;
18+
2019
public class TestWSWalletClient {
2120

2221
CryptomarketWSWalletClient wsClient;

0 commit comments

Comments
 (0)