unused imports

oops
This commit is contained in:
Justin Kunimune 2023-12-20 20:19:18 -08:00
parent 6960477da6
commit cf0453e606
2 changed files with 0 additions and 5 deletions

View File

@ -2,8 +2,6 @@ package maps;
import utils.Shape;
import java.util.Arrays;
import static java.lang.Math.PI;
import static java.lang.Math.abs;
import static java.lang.Math.acos;
@ -12,7 +10,6 @@ import static java.lang.Math.atan2;
import static java.lang.Math.cos;
import static java.lang.Math.hypot;
import static java.lang.Math.pow;
import static java.lang.Math.signum;
import static java.lang.Math.sin;
import static java.lang.Math.sqrt;
import static java.lang.Math.toRadians;

View File

@ -32,9 +32,7 @@ import utils.Shape;
import java.util.ArrayList;
import java.util.List;
import static java.lang.Double.NEGATIVE_INFINITY;
import static java.lang.Double.NaN;
import static java.lang.Double.POSITIVE_INFINITY;
import static java.lang.Math.PI;
import static java.lang.Math.abs;
import static java.lang.Math.atan;