Skip to content

Commit

Permalink
Remove unintended changed
Browse files Browse the repository at this point in the history
  • Loading branch information
treo committed Jul 17, 2024
1 parent 2c131b0 commit 48c0175
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xai_components/xai_controlflow/branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

@xai_component(type='branch')
class BranchComponent(Component):
""" This is a Branch Component
"""
when_true: BaseComponent
when_false: BaseComponent

Expand Down Expand Up @@ -80,7 +78,6 @@ def do(self, ctx) -> BaseComponent:

@xai_component
class CounterComponent(Component):
"This is a counter component"
start_number: InArg[int]
step: InArg[int]
out_number: OutArg[int]
Expand Down

0 comments on commit 48c0175

Please sign in to comment.