Skip to content

Commit 2a65cee

Browse files
Deleted Unused Import Statements
1 parent 916fd8b commit 2a65cee

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/test/java/com/bandwidth/BxmlTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import com.bandwidth.voice.bxml.verbs.*;
44
import com.bandwidth.voice.bxml.verbs.Record;
55
import com.bandwidth.webrtc.utils.WebRtcTransfer;
6-
6+
77
import org.junit.Test;
8-
import org.junit.Before;
98

109
import static org.junit.Assert.*;
1110

src/test/java/com/bandwidth/MfaApiTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44

55
import com.bandwidth.multifactorauth.exceptions.ErrorWithRequestException;
66
import com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema;
7-
import com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse;
87
import com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema;
9-
import com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse;
108
import org.junit.*;
11-
import static org.junit.Assert.*;
129

1310
import static com.bandwidth.TestingEnvironmentVariables.*;
1411

src/test/java/com/bandwidth/WebRtcApiTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import com.bandwidth.webrtc.models.Participant;
66
import com.bandwidth.webrtc.models.Session;
77
import org.junit.*;
8-
import static org.junit.Assert.*;
98

109
import static com.bandwidth.TestingEnvironmentVariables.*;
1110

0 commit comments

Comments
 (0)