Skip to content

Commit

Permalink
Merge pull request #70 from robeden/69-commaend-warning
Browse files Browse the repository at this point in the history
Remove unused COMMAEND token
  • Loading branch information
virtuald committed Apr 26, 2020
2 parents 4ac7c5f + c4e70cc commit 314cd32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hcl/parser.py
Expand Up @@ -49,7 +49,6 @@ class HclParser(object):
'FLOAT',
'NUMBER',
'COMMA',
'COMMAEND',
'COMMENT',
'MULTICOMMENT',
'IDENTIFIER',
Expand Down

0 comments on commit 314cd32

Please sign in to comment.