Pylint fixes

This commit is contained in:
rallytime 2017-03-09 14:55:33 -07:00
parent 4627c4ea6d
commit 4a52cca926
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ ensure_in_syspath('../../')
beacons.__opts__ = {}
class BeaconsAddDeleteTest(integration.ModuleCase):
'''
Tests the add and delete functions

View File

@ -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: