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 5f605e6 Remove unused import.
5f605e6 is described below
commit 5f605e613a45220c935f52d9375e9ed2a3f3f7fb
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 9 10:17:20 2021 -0400
Remove unused import.
---
src/test/java/org/apache/commons/csv/CSVFileParserTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/csv/CSVFileParserTest.java
b/src/test/java/org/apache/commons/csv/CSVFileParserTest.java
index da1af46..96ac874 100644
--- a/src/test/java/org/apache/commons/csv/CSVFileParserTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVFileParserTest.java
@@ -29,7 +29,6 @@ import java.io.IOException;
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
-import java.nio.file.Files;
import java.util.Arrays;
import java.util.stream.Stream;