damccorm commented on code in PR #33033: URL: https://github.com/apache/beam/pull/33033#discussion_r1832805662
########## sdks/python/apache_beam/ml/inference/vllm_inference.py: ########## @@ -24,6 +24,7 @@ import threading import time import uuid +import sys Review Comment: ```suggestion import sys import threading import time import uuid ``` To make the linter happy -- 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]
