Remove unused imports.

This commit is contained in:
2023-10-29 15:05:36 +02:00
parent 8fc2212bef
commit 8a88ee24fd
@@ -1,6 +1,5 @@
package space.kklochko.jdbc_hospital_example.db.repositories;
import jdk.internal.foreign.ArenaAllocator;
import space.kklochko.jdbc_hospital_example.db.factories.DataBaseConnection;
import space.kklochko.jdbc_hospital_example.db.repositories.blocks.CreateTable;
import space.kklochko.jdbc_hospital_example.db.repositories.blocks.TransactionalInsert;