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 --- reader.py | 1 - 1 file changed, 1 deletion(-) (limited to 'reader.py') diff --git a/reader.py b/reader.py index 5248380..da98874 100644 --- a/reader.py +++ b/reader.py @@ -31,7 +31,6 @@ except (ImportError, ValueError): # for Jython from ruamel.yaml.compat import text_type, binary_type, PY3 - class ReaderError(YAMLError): def __init__(self, name, position, character, encoding, reason): -- cgit v1.2.1