Copilot commented on code in PR #828: URL: https://github.com/apache/incubator-seata-go/pull/828#discussion_r2263329258
########## pkg/datasource/sql/undo/base/undo.go: ########## @@ -23,7 +23,6 @@ import ( "database/sql/driver" "encoding/json" "fmt" Review Comment: The `fmt` import is no longer used after replacing `fmt.Errorf` with `serr.New`. Consider removing this unused import to keep the code clean. ```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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org