jrmccluskey commented on code in PR #27536:
URL: https://github.com/apache/beam/pull/27536#discussion_r1268358591
##########
sdks/python/apache_beam/runners/worker/operations.py:
##########
@@ -877,7 +877,7 @@ def setup(self, data_sampler=None):
# See fn_data in dataflow_runner.py
fn, args, kwargs, tags_and_types, window_fn = (
- pickler.loads(self.spec.serialized_fn))
+ pickler.loads(self.spec.serialized_fn))
Review Comment:
A yapf run likely changed it, I'll double-check
--
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]