Removed unused import

This commit is contained in:
litetex 2021-05-20 20:11:35 +02:00
parent 10cf081145
commit b934c7ccbb
No known key found for this signature in database
GPG key ID: 4E362E77AA7E82DF

View file

@ -4,7 +4,6 @@ import org.jsoup.nodes.Element;
import org.schabi.newpipe.extractor.comments.CommentsInfoItemExtractor;
import org.schabi.newpipe.extractor.exceptions.ParsingException;
import org.schabi.newpipe.extractor.localization.DateWrapper;
import org.schabi.newpipe.extractor.utils.Utils;
import javax.annotation.Nullable;