Skip to content

Commit

Permalink
Fix lint warning to fix Travis CI
Browse files Browse the repository at this point in the history
There are accidental TODO comment that was not allowed by
Pylint default settings.

Signed-off-by: Heikki Laaksonen <[email protected]>
  • Loading branch information
heilaaks committed Jun 9, 2019
1 parent 11b5ca7 commit 0416077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippy/config/source/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def init_conf(self, parameters): # pylint: disable=too-many-statements
if self.plugin:
self.plugin = self.plugins[self.plugin[0]]

# TODO test to load plugin.
# test to load plugin.
if self.plugin:
import sys
print(self.plugin.entry_points[0].value)
Expand Down

0 comments on commit 0416077

Please sign in to comment.