From 0cbbc2a1f96838382b8200a208e8678f5eded77a Mon Sep 17 00:00:00 2001 From: bopol Date: Sun, 19 Apr 2020 14:16:38 +0200 Subject: [PATCH] remove unused import --- .../newpipe/extractor/services/soundcloud/SoundcloudService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudService.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudService.java index e9cdb955..e114d030 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudService.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudService.java @@ -18,7 +18,6 @@ import org.schabi.newpipe.extractor.subscription.SubscriptionExtractor; import java.util.List; import static java.util.Arrays.asList; -import static java.util.Collections.singletonList; import static org.schabi.newpipe.extractor.StreamingService.ServiceInfo.MediaCapability.AUDIO; import static org.schabi.newpipe.extractor.StreamingService.ServiceInfo.MediaCapability.COMMENTS;