This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 57dbc9f7 Remove unused import 57dbc9f7 is described below commit 57dbc9f7bcefad6cc877bdb5b130068a0be6ab02 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 19 15:09:12 2024 -0400 Remove unused import --- src/test/java/org/apache/commons/csv/issues/JiraCsv150Test.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCsv150Test.java b/src/test/java/org/apache/commons/csv/issues/JiraCsv150Test.java index c4575cee..1ede9f23 100644 --- a/src/test/java/org/apache/commons/csv/issues/JiraCsv150Test.java +++ b/src/test/java/org/apache/commons/csv/issues/JiraCsv150Test.java @@ -23,7 +23,6 @@ import java.io.StringReader; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class JiraCsv150Test {