Relax type annotation in PsBlock __init__
Allows to pass generator expressions to PsBlock
:
block = PsBlock(
PsAssignment(lhs, rhs)
for lhs, rhs in assignments
)
Allows to pass generator expressions to PsBlock
:
block = PsBlock(
PsAssignment(lhs, rhs)
for lhs, rhs in assignments
)