Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 12, 2024
1 parent e193237 commit df454f2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.smartdevicelink.test.transport;

import android.os.Build;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
Expand All @@ -11,7 +10,6 @@

import junit.framework.TestCase;

import org.junit.Ignore;


public class MultiplexBluetoothTransportTest extends TestCase {
Expand All @@ -23,7 +21,7 @@ public class MultiplexBluetoothTransportTest extends TestCase {

//Example handler
Handler stateChangeHandler;

public void testStateTransitions() {
if (Looper.myLooper() == null) {
Looper.prepare();
Expand Down

0 comments on commit df454f2

Please sign in to comment.