Skip to content

Commit

Permalink
can be a block
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Aug 26, 2024
1 parent 2a9fe90 commit c2a9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class Tuple(Expr):
@dataclass(kw_only=True)
class Lambda(Expr):
args: list[str]
expr: Expr
expr: Expr | Block


@dataclass(kw_only=True)
Expand Down

0 comments on commit c2a9644

Please sign in to comment.