Skip to content

Commit

Permalink
Fix some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lol768 committed Sep 3, 2023
1 parent 17d1fe5 commit 2bcc343
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,14 @@

package org.quantumbadger.redreader.reddit.url;

import android.content.Context;
import android.net.Uri;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

import org.quantumbadger.redreader.common.Optional;
import org.quantumbadger.redreader.http.FailedRequestBody;
import org.quantumbadger.redreader.http.HTTPBackend;
import org.quantumbadger.redreader.http.okhttp.OKHTTPBackend;

import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.util.List;

import okhttp3.OkHttpClient;
Expand Down

0 comments on commit 2bcc343

Please sign in to comment.