Remove unused IOException import from DataStore4jFixture

This commit is contained in:
Mikhail Yevchenko
2026-04-05 17:21:46 +00:00
parent 6cffba9177
commit 3569312675
@@ -8,7 +8,6 @@ import io.github.theuntamed839.datastore4j.db.DB;
import io.github.theuntamed839.datastore4j.db.DataStore4J;
import io.github.theuntamed839.datastore4j.db.DbOptions;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.file.Files;