jrmccluskey commented on code in PR #27618:
URL: https://github.com/apache/beam/pull/27618#discussion_r1272496028
##########
sdks/python/apache_beam/runners/dask/dask_runner.py:
##########
@@ -159,6 +163,8 @@ def is_fnapi_compatible():
return False
def run_pipeline(self, pipeline, options):
+ import dask
Review Comment:
Is there a reason to nest the import here when you're already trying to
import `distributed` from dask in the try-except block?
--
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]