Skip to content

Commit d45bec9

Browse files
authored
Fix beam load (#594)
1 parent 869d4b8 commit d45bec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline_dp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
from pipeline_dp.private_beam import PrivatePCollection
7474

7575
__all__.extend(['MakePrivate', 'PrivatePCollection'])
76-
except (AttributeError, ImportError):
76+
except (AttributeError, ImportError, ModuleNotFoundError):
7777
# It can fail if Apache Beam is not installed. Other backends can be used.
7878
pass

0 commit comments

Comments
 (0)