chia7712 commented on code in PR #18797:
URL: https://github.com/apache/kafka/pull/18797#discussion_r1941051439


##########
tests/kafkatest/sanity_checks/test_performance_services.py:
##########
@@ -31,14 +31,8 @@ def __init__(self, test_context):
         self.num_records = 10000
         self.topic = "topic"
 
-        self.zk = ZookeeperService(test_context, 1) if 
quorum.for_test(test_context) == quorum.zk else None

Review Comment:
   Could you please remove the import `from kafkatest.services.zookeeper import 
ZookeeperService`?



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