Unnecessary Import [EffExecuteStatement.java]

Removed unnecessary import.
This commit is contained in:
rigbot 2022-08-18 09:43:54 +00:00
parent 4fee9f2898
commit 2cc46fdae5
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import com.btk5h.skriptdb.SkriptDB;
import com.btk5h.skriptdb.SkriptUtil;
import com.zaxxer.hikari.HikariDataSource;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import javax.sql.DataSource;