remove unused import

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Axel Howind 2025-01-11 22:56:46 +00:00
parent 4962a04bbf
commit c85e91e25c
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ import org.apache.poi.ss.formula.eval.NumberEval;
import org.apache.poi.ss.formula.eval.StringEval;
import org.apache.poi.ss.formula.eval.ValueEval;
import org.apache.poi.ss.util.Utils;
import org.apache.poi.util.LocaleUtil;
import org.junit.jupiter.api.Test;
import java.io.IOException;