Copilot commented on code in PR #6533: URL: https://github.com/apache/incubator-kie-drools/pull/6533#discussion_r2564128649
########## drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/ReteDumper.java: ########## @@ -24,7 +24,10 @@ import java.util.function.BiConsumer; import java.util.function.Predicate; +import org.drools.base.common.NetworkNode; Review Comment: The import `org.drools.base.common.NetworkNode` is not used anywhere in this file. It should be removed. ```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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
