remove unused import

This commit is contained in:
John J. Aylward 2019-09-17 11:15:25 -04:00
parent 67e59888a2
commit a24db2cce2

View File

@ -2,8 +2,6 @@ package org.json.junit;
import static org.junit.Assert.*;
import java.util.Base64;
import org.json.*;
import org.junit.Test;