tisonkun commented on code in PR #2092: URL: https://github.com/apache/zookeeper/pull/2092#discussion_r1406981959
########## zk-merge-pr.py: ########## @@ -34,6 +34,7 @@ import sys import urllib.request, urllib.error, urllib.parse import getpass +import requests Review Comment: This can require committers to install extra dependency? Although I may prefer a total builtin solution, `requests` is common and I can live with installing it. -- 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...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org