damccorm commented on code in PR #36561: URL: https://github.com/apache/beam/pull/36561#discussion_r2469732341
########## sdks/python/apache_beam/transforms/external_test.py: ########## @@ -20,9 +20,11 @@ # pytype: skip-file import dataclasses +import functools import logging import os import tempfile +import time Review Comment: Looks like there are still some unused imports being added, could you please remove these? -- 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]
