derrickaw commented on code in PR #38236:
URL: https://github.com/apache/beam/pull/38236#discussion_r3102939721


##########
sdks/python/apache_beam/yaml/yaml_mapping.py:
##########
@@ -16,8 +16,13 @@
 #
 
 """This module defines the basic MapToFields operation."""
+
+import datetime
 import itertools
+import json
 import re
+import threading
+import uuid
 from collections import abc
 from collections.abc import Callable
 from collections.abc import Collection

Review Comment:
   incorrect, its there



-- 
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]

Reply via email to