style: remove unnececeary import

This commit is contained in:
TopchetoEU 2023-11-25 18:48:46 +02:00
parent 443dc0ffa1
commit b6eaff65ca
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -11,7 +11,6 @@ import java.util.TreeSet;
import me.topchetoeu.jscript.Filename;
import me.topchetoeu.jscript.Location;
import me.topchetoeu.jscript.compilation.*;
import me.topchetoeu.jscript.compilation.Instruction.Type;
import me.topchetoeu.jscript.compilation.VariableDeclareStatement.Pair;
import me.topchetoeu.jscript.compilation.control.*;
import me.topchetoeu.jscript.compilation.control.SwitchStatement.SwitchCase;