Skip to content

Commit a315091

Browse files
committed
Fix pydocs
1 parent f0c023b commit a315091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdks/python/apache_beam/ml/transforms

sdks/python/apache_beam/ml/transforms/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
import apache_beam as beam
2727

28-
__all__ = ['MLTransform']
28+
__all__ = ['MLTransform', 'ProcessHandler', 'BaseOperation']
2929

3030
TransformedDatasetT = TypeVar('TransformedDatasetT')
3131
TransformedMetadataT = TypeVar('TransformedMetadataT')

0 commit comments

Comments
 (0)