diff --git a/lark/parser_frontends.py b/lark/parser_frontends.py index 0dd21a0..5cffdb1 100644 --- a/lark/parser_frontends.py +++ b/lark/parser_frontends.py @@ -81,7 +81,6 @@ class ParsingFrontend(Serialize): # Set-up lexer lexer_type = lexer_conf.lexer_type - lexer_type = lexer_conf.lexer_type self.skip_lexer = False if lexer_type in ('dynamic', 'dynamic_complete'): self.skip_lexer = True