Copilot commented on code in PR #1424:
URL: https://github.com/apache/pulsar-client-go/pull/1424#discussion_r2371723872


##########
pulsar/consumer_impl.go:
##########
@@ -23,12 +23,9 @@ import (
        "fmt"
        "math/rand"
        "strconv"
-       "strings"
        "sync"
        "time"
 
-       "github.com/apache/pulsar-client-go/pulsaradmin/pkg/utils"
-
        "github.com/apache/pulsar-client-go/pulsar/crypto"
        "github.com/apache/pulsar-client-go/pulsar/internal"
        pb "github.com/apache/pulsar-client-go/pulsar/internal/pulsar_proto"

Review Comment:
   The removal of unused imports 'strings' and 
'github.com/apache/pulsar-client-go/pulsaradmin/pkg/utils' is good practice, 
but verify that these imports are not used elsewhere in the file that wasn't 
shown in the diff.



-- 
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]

Reply via email to