diff options
Diffstat (limited to 'yamllint/rules/commas.py')
-rw-r--r-- | yamllint/rules/commas.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yamllint/rules/commas.py b/yamllint/rules/commas.py index e87c8f9..baa8b7d 100644 --- a/yamllint/rules/commas.py +++ b/yamllint/rules/commas.py @@ -106,7 +106,6 @@ import yaml from yamllint.linter import LintProblem from yamllint.rules.common import spaces_after, spaces_before - ID = 'commas' TYPE = 'token' CONF = {'max-spaces-before': int, |