From 9e500044ab023ac332bfdb6f9117c50d1c8f7072 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Wed, 11 Jan 2017 20:10:41 +0100 Subject: [PATCH] Formatting pylint comments --- completion/yaml_content_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/yaml_content_reader.py b/completion/yaml_content_reader.py index 49ce514..1968c55 100644 --- a/completion/yaml_content_reader.py +++ b/completion/yaml_content_reader.py @@ -9,7 +9,7 @@ from .. import logger -class YamlContentReader(object): #pylint: disable=R0903; this is an abstract class +class YamlContentReader(object): # pylint: disable=R0903; this is an abstract class """ Use this to read the content of yamls inside of sublime text packages.