We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869d4b8 commit d45bec9Copy full SHA for d45bec9
1 file changed
pipeline_dp/__init__.py
@@ -73,6 +73,6 @@
73
from pipeline_dp.private_beam import PrivatePCollection
74
75
__all__.extend(['MakePrivate', 'PrivatePCollection'])
76
-except (AttributeError, ImportError):
+except (AttributeError, ImportError, ModuleNotFoundError):
77
# It can fail if Apache Beam is not installed. Other backends can be used.
78
pass
0 commit comments