Skip to content

Commit

Permalink
Remove pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Nov 27, 2024
1 parent 8e3cfbc commit 4d524b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk-python/littlehorse/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def __init__(self, lhs: Any, operation: VariableMutationType, rhs: Any) -> None:
self._lhs = lhs
self._operation = operation
self._rhs = rhs
pass

def add(self, other: Any) -> LHExpression:
return LHExpression(self, VariableMutationType.ADD, other)
Expand Down

0 comments on commit 4d524b7

Please sign in to comment.