Remove unused imports

This commit is contained in:
Wilder Pereira 2018-04-15 21:51:35 -03:00
parent 508cc565a9
commit 993a8554c0

View file

@ -13,7 +13,6 @@ import com.github.mikephil.charting.animation.Easing;
import com.github.mikephil.charting.charts.RadarChart;
import com.github.mikephil.charting.components.AxisBase;
import com.github.mikephil.charting.components.Legend;
import com.github.mikephil.charting.components.Legend.LegendPosition;
import com.github.mikephil.charting.components.MarkerView;
import com.github.mikephil.charting.components.XAxis;
import com.github.mikephil.charting.components.YAxis;