Skip to content

Commit

Permalink
Satisfy prospector
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Mar 12, 2017
1 parent 18cc469 commit fa05b2f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions colorpicker.py
Expand Up @@ -27,6 +27,7 @@


class RainmeterReplaceColorCommand(sublime_plugin.TextCommand): # pylint: disable=R0903; we only need one method

"""
Replace a region with a text.
Expand Down
2 changes: 1 addition & 1 deletion completion/compiler.py
Expand Up @@ -54,7 +54,7 @@ def compile_values(options):


def _compile_value(value_elements):
"""
r"""
Transpile a list of elements into a sublime text completion scheme.
A completion scheme is a tuple constructed as:
Expand Down
1 change: 1 addition & 0 deletions completion/section.py
Expand Up @@ -40,6 +40,7 @@ def sections_contain_section_id(sections, section_id):


class SkinSectionAutoCompleter(YamlContentReader): # pylint: disable=R0903; only provide one method

"""
Ths class is the logical state holder for the auto completion suggestions.
Expand Down
1 change: 0 additions & 1 deletion tests/test_path_program_drive_provider.py
@@ -1,6 +1,5 @@
"""This module contains the tests for the program drive provider."""


import sys

from unittest import TestCase
Expand Down

0 comments on commit fa05b2f

Please sign in to comment.