shunping commented on code in PR #39161:
URL: https://github.com/apache/beam/pull/39161#discussion_r3651423297


##########
sdks/python/apache_beam/runners/interactive/recording_manager.py:
##########


Review Comment:
   Maybe we can do an early return here so we can reduce a nested layer of 
if/else.
   
   ```python
   if not uncomputed_pcolls:
     return None
   ```



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