Remove dummy tag 'for' and pass None instead
With the parsing mechanism, parsers cannot accept a tag and return None. Instead, we can directly pass None as the tag, which has the same effect.
Loading
Please register or sign in to comment
With the parsing mechanism, parsers cannot accept a tag and return None. Instead, we can directly pass None as the tag, which has the same effect.