damccorm commented on code in PR #33151: URL: https://github.com/apache/beam/pull/33151#discussion_r1846954028
########## sdks/python/apache_beam/ml/transforms/base_test.py: ########## @@ -21,6 +21,8 @@ import tempfile import typing import unittest +import time +import secrets Review Comment: Looks like this made the linter unhappy -- 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]
