robertwb commented on a change in pull request #12819:
URL: https://github.com/apache/beam/pull/12819#discussion_r497156063



##########
File path: sdks/python/apache_beam/runners/direct/evaluation_context.py
##########
@@ -102,7 +102,8 @@ def __init__(self, side_inputs):
         list
     )  # type: DefaultDict[Optional[AppliedPTransform], 
List[pvalue.AsSideInput]]
     # this appears unused:
-    self._side_input_to_blocked_tasks = collections.defaultdict(list)  # type: 
ignore
+    self._side_input_to_blocked_tasks = collections.defaultdict(
+        list)  # type: ignore

Review comment:
       Hmm... I think the linter did that to me. 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to