Polber commented on code in PR #28208:
URL: https://github.com/apache/beam/pull/28208#discussion_r1319891912
##########
sdks/python/apache_beam/yaml/yaml_transform_test.py:
##########
@@ -229,6 +229,24 @@ def test_name_is_ambiguous(self):
output: AnotherFilter
''')
+ def test_annotations(self):
+ t = LinearTransform(5, b=100)
+ annotations = t.annotations()
+ print(annotations)
Review Comment:
Is the `print` meant to still be here?
--
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]