From b3b011b330a656274c536305dccecb26eff47ea5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 18 Sep 2025 22:14:23 +0900 Subject: [PATCH] Remove trailing white space ... to silence pep8. Signed-off-by: Takashi Kajinami --- src/ply/lex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ply/lex.py b/src/ply/lex.py index de011fe..7037c09 100644 --- a/src/ply/lex.py +++ b/src/ply/lex.py @@ -714,7 +714,7 @@ def validate_module(self, module): # # Build all of the regular expression rules from definitions in the supplied module # ----------------------------------------------------------------------------- -def lex(*, module=None, object=None, debug=False, +def lex(*, module=None, object=None, debug=False, reflags=int(re.VERBOSE), debuglog=None, errorlog=None): global lexer