derrickaw commented on code in PR #38236: URL: https://github.com/apache/beam/pull/38236#discussion_r3119574961
########## sdks/python/apache_beam/yaml/yaml_mapping.py: ########## @@ -16,8 +16,12 @@ # """This module defines the basic MapToFields operation.""" + +import datetime import itertools import re +import threading +import uuid from collections import abc from collections.abc import Callable from collections.abc import Collection Review Comment: its there already -- 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]
