Commit 836d1bfc authored by Igor Dejanovic's avatar Igor Dejanovic

Removed superfluous return from Combine decorator

parent 98af410c
...@@ -464,8 +464,6 @@ class Combine(Decorator): ...@@ -464,8 +464,6 @@ class Combine(Decorator):
finally: finally:
parser._in_lex_rule = old_in_lex_rule parser._in_lex_rule = old_in_lex_rule
return results
class Match(ParsingExpression): class Match(ParsingExpression):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment