pylint fixes

This commit is contained in:
Thomas S Hatch 2013-12-11 13:07:36 -07:00
parent 12a1d6e311
commit 7ee36fce89
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
'''
A runner to access data from the salt mine
'''

View file

@ -30,7 +30,7 @@ except ImportError:
pass
if not gitfs.__virtual__():
GITFS_AVAILABLE = False
GITFS_AVAILABLE = False
@skipIf(not GITFS_AVAILABLE, "GitFS could not be loaded. Skipping GitFS tests!")
@ -56,4 +56,4 @@ class GitFSTest(integration.ModuleCase):
git_bin.add(tmp_repo_dir)
def test_fake(self):
pass
pass

View file

@ -41,7 +41,6 @@ import jinja2
# pylint: disable=W0611
# pylint: enable=W0611
# These are imported to be available in the spawmed shell