移除未使用到的import

This commit is contained in:
handy
2023-09-14 16:56:06 +08:00
parent bf62494be0
commit b119d65006
21 changed files with 5 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
package cn.hutool.db;
import cn.hutool.core.lang.Console;
import cn.hutool.core.util.ArrayUtil;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;