remove unused import

This commit is contained in:
bopol 2020-05-11 12:54:33 +02:00
parent de26e00079
commit adaf196c99
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
package org.schabi.newpipe.extractor.utils;
import com.grack.nanojson.JsonObject;
import org.schabi.newpipe.extractor.exceptions.ParsingException;
import java.io.UnsupportedEncodingException;