Skip to content

Commit

Permalink
Add BaseBeamComponent to tfx.v1.types.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 594163722
  • Loading branch information
chongkong authored and tfx-copybara committed Dec 28, 2023
1 parent da0d5a3 commit c1797a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfx/v1/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# Base types are meant for type hinting only. Abstrain from directly inheriting
# base types for your own classes.
# pylint: disable=g-importing-member
from tfx.dsl.components.base.base_beam_component import BaseBeamComponent
from tfx.dsl.components.base.base_component import BaseComponent
from tfx.dsl.components.base.base_node import BaseNode
from tfx.types.channel import BaseChannel
Expand Down

0 comments on commit c1797a5

Please sign in to comment.