derrickaw commented on code in PR #38512: URL: https://github.com/apache/beam/pull/38512#discussion_r3251025253
########## sdks/python/apache_beam/yaml/yaml_io_test.py: ########## @@ -18,6 +18,8 @@ import io import json import logging +import os +import tempfile import unittest Review Comment: mock is already imported -- 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]
