Remove unused imports [#1909, #1908]

This commit is contained in:
HiFromAjay 2021-08-05 17:23:28 -06:00
parent 2d1981d39b
commit 01ab13f701

View File

@ -16,12 +16,8 @@
package com.google.gson;
import junit.framework.TestCase;
import com.google.gson.common.MoreAsserts;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import junit.framework.TestCase;
/**
* @author Jesse Wilson