Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove newline before return.
Co-authored-by: Bénédikt Tran <[email protected]>
  • Loading branch information
Demonstrandum and picnixz authored Mar 18, 2025
commit cbccd92abcd93f5107aa4824c51cc6a13b486db7
1 change: 0 additions & 1 deletion Parser/asdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def _parse_optional_field_quantifier(self):
elif self.cur_token.kind == TokenKind.Question:
quantifiers.append(Quantifier.OPTIONAL)
self._advance()

return quantifiers

def _advance(self):
Expand Down
Loading