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
)
requested review from @da15siwa
assigned to @he66coqe
approved this merge request
mentioned in commit c01fb82a
merged