mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix some lint errors
This commit is contained in:
parent
cd4c84a7eb
commit
ab205f52d4
@ -8,7 +8,6 @@ from __future__ import absolute_import
|
||||
import os
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import skipIf
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
@ -23,7 +22,7 @@ class MacXattrModuleTest(integration.ModuleCase):
|
||||
Validate the mac_xattr module
|
||||
'''
|
||||
|
||||
def setUp (self):
|
||||
def setUp(self):
|
||||
'''
|
||||
Create test file for testing extended attributes
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user