summaryrefslogtreecommitdiffstats
path: root/yamllint/rules/commas.py
diff options
context:
space:
mode:
Diffstat (limited to 'yamllint/rules/commas.py')
-rw-r--r--yamllint/rules/commas.py1
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,