Skip to content

Commit

Permalink
Formatting pylint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Jan 11, 2017
1 parent 3784146 commit 9e50004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/yaml_content_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9e50004

Please sign in to comment.