Skip to content

Commit

Permalink
Remove star import
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderscoreTud committed Nov 12, 2023
1 parent 8365f67 commit 7b299a3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
import org.skriptlang.skript.lang.entry.EntryContainer;
import org.skriptlang.skript.lang.script.Script;

import java.util.*;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;

public class StructCustomEvent extends CustomSyntaxStructure<EventSyntaxInfo> {

Expand Down

0 comments on commit 7b299a3

Please sign in to comment.