Skip to content

Commit d13b7d6

Browse files
committed
Remove unused imports
Closes #48
1 parent f088970 commit d13b7d6

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

src/main/java/com/sendgrid/SendGrid.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import com.sendgrid.smtpapi.SMTPAPI;
55

66
import java.util.ArrayList;
7-
import java.io.BufferedReader;
8-
import java.io.InputStreamReader;
97
import java.io.ByteArrayInputStream;
108
import java.io.FileNotFoundException;
119
import java.util.Arrays;

src/test/java/com/sendgrid/SendGridTest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
package com.sendgrid;
22

3-
import org.json.JSONException;
4-
5-
import java.util.Arrays;
63
import java.util.HashMap;
74
import java.util.Map;
85

9-
import java.io.File;
10-
import java.io.InputStream;
11-
import java.io.IOException;
12-
import java.io.FileInputStream;
13-
import java.io.FileNotFoundException;
14-
156
import org.junit.Test;
16-
import org.junit.Before;
177
import static org.junit.Assert.*;
18-
import static org.junit.matchers.JUnitMatchers.hasItems;
198

209
public class SendGridTest {
2110
SendGrid.Email email;

0 commit comments

Comments
 (0)