From a5f5028c7d5623a13b392d8e9bdb9be622476f8c Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 16 Feb 2016 21:16:30 +0100 Subject: - make sure there is a space before # if scalar pushes (through indent) a comment from its original column - flake 8 --- error.py | 1 - 1 file changed, 1 deletion(-) (limited to 'error.py') diff --git a/error.py b/error.py index e6e7585..7db3386 100644 --- a/error.py +++ b/error.py @@ -8,7 +8,6 @@ except (ImportError, ValueError): # for Jython from ruamel.yaml.compat import utf8 - class Mark(object): def __init__(self, name, index, line, column, buffer, pointer): self.name = name -- cgit v1.2.1