Skip to content

Commit

Permalink
Remove unneeded imports and Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed Dec 1, 2023
1 parent 21de1b2 commit 99d4ae2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
import androidx.work.ForegroundInfo;
import androidx.work.WorkerParameters;
import androidx.work.impl.utils.futures.SettableFuture;
import androidx.work.impl.utils.taskexecutor.WorkManagerTaskExecutor;
import androidx.work.multiprocess.RemoteListenableWorker;

import com.google.common.util.concurrent.ListenableFuture;

import java.util.concurrent.Executor;
import java.util.concurrent.RunnableFuture;
import java.util.concurrent.ThreadPoolExecutor;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ public static String getChannelId(Context context, int channelRef) {
return null;
}
}
}
}

This file was deleted.

0 comments on commit 99d4ae2

Please sign in to comment.