mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pylint fixes
This commit is contained in:
parent
12a1d6e311
commit
7ee36fce89
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
A runner to access data from the salt mine
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -41,7 +41,6 @@ import jinja2
|
|||
|
||||
|
||||
# pylint: disable=W0611
|
||||
# pylint: enable=W0611
|
||||
# These are imported to be available in the spawmed shell
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue