From 2736ce66b5c6344422dfcdc613cd6cc0be55cc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Thu, 22 Aug 2024 20:35:40 +0200 Subject: style: remove unnecessary imports --- src/main/java/world/anhgelus/molehunt/Molehunt.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/main/java/world/anhgelus/molehunt/Molehunt.java b/src/main/java/world/anhgelus/molehunt/Molehunt.java index b5bb92d..7140512 100644 --- a/src/main/java/world/anhgelus/molehunt/Molehunt.java +++ b/src/main/java/world/anhgelus/molehunt/Molehunt.java @@ -16,8 +16,6 @@ import org.slf4j.LoggerFactory; import java.util.HashMap; -import static com.mojang.brigadier.arguments.BoolArgumentType.bool; -import static net.minecraft.server.command.CommandManager.argument; import static net.minecraft.server.command.CommandManager.literal; -- cgit v1.2.3