Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSneMC committed Dec 28, 2023
1 parent 25852ae commit 5c33993
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fabric/src/main/java/the/grid/smp/arte/fabric/ArteMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import the.grid.smp.arte.common.Arte;
import the.grid.smp.arte.common.config.ArteConfig;
import the.grid.smp.arte.common.logger.ArteLogger;
import the.grid.smp.arte.common.util.Util;
import the.grid.smp.arte.fabric.command.ArteCommand;
import the.grid.smp.arte.fabric.config.FabricArteConfig;
import the.grid.smp.arte.fabric.listener.PlayerListener;
Expand All @@ -17,7 +16,6 @@

import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;

public class ArteMod implements DedicatedServerModInitializer, Arte {
Expand Down

0 comments on commit 5c33993

Please sign in to comment.