aIbrahiim commented on code in PR #36561: URL: https://github.com/apache/beam/pull/36561#discussion_r2468903596
########## sdks/python/apache_beam/transforms/external_test.py: ########## @@ -20,13 +20,15 @@ # pytype: skip-file import dataclasses +import functools import logging import os import tempfile +import time import typing import unittest -import mock +from unittest import mock Review Comment: resolved -- 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]
