Copilot commented on code in PR #2727: URL: https://github.com/apache/tika/pull/2727#discussion_r3015435363
########## tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/src/test/java/org/apache/tika/detect/zip/ZipDetectionTest.java: ########## @@ -29,6 +29,7 @@ import org.apache.tika.TikaTest; import org.apache.tika.detect.Detector; +import org.apache.tika.io.TemporaryResources; Review Comment: The `TemporaryResources` import is currently unused in this test class. Please remove it (or use `TemporaryResources` explicitly if that was the intent) to avoid failing builds that enforce no-unused-imports via Checkstyle/Spotless. ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
