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-imaging.git
commit 786da2375b56682b4fb577f8c76e5d60ce04d5af Author: Gary Gregory <[email protected]> AuthorDate: Sun Apr 14 16:24:51 2024 -0400 Sort imports --- .../org/apache/commons/imaging/formats/tiff/write/TiffOutputSetTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputSetTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputSetTest.java index 02439087..a2b38882 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputSetTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputSetTest.java @@ -18,7 +18,6 @@ package org.apache.commons.imaging.formats.tiff.write; import static org.junit.jupiter.api.Assertions.assertArrayEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; -import static org.junit.jupiter.api.Assertions.assertTrue; import org.apache.commons.imaging.formats.tiff.constants.GpsTagConstants; import org.junit.jupiter.api.BeforeEach;
