mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Pylint fixes
This commit is contained in:
parent
4627c4ea6d
commit
4a52cca926
@ -21,6 +21,7 @@ ensure_in_syspath('../../')
|
||||
|
||||
beacons.__opts__ = {}
|
||||
|
||||
|
||||
class BeaconsAddDeleteTest(integration.ModuleCase):
|
||||
'''
|
||||
Tests the add and delete functions
|
||||
|
@ -11,7 +11,7 @@ from salt.beacons import inotify
|
||||
|
||||
# Salt testing libs
|
||||
from salttesting import skipIf, TestCase
|
||||
from salttesting.helpers import destructiveTest, ensure_in_syspath
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
|
||||
# Third-party libs
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user