Skip to content

Commit

Permalink
Cover up the right import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Nov 7, 2024
1 parent 7e81181 commit 99ca8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/runners/dask/dask_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# https://github.com/pytest-dev/pytest/issues/3216#issuecomment-1502451456
import dask.distributed as ddist
except ImportError:
distributed = {}
ddist = {}


class DaskOptions(PipelineOptions):
Expand Down

0 comments on commit 99ca8f2

Please sign in to comment.