From 4a52cca926e7cac893f863c903812798fa70add1 Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 9 Mar 2017 14:55:33 -0700 Subject: [PATCH] Pylint fixes --- tests/integration/modules/beacons.py | 1 + tests/unit/beacons/inotify_beacon_test.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/modules/beacons.py b/tests/integration/modules/beacons.py index 2b3c9ac459..e04aa92dd6 100644 --- a/tests/integration/modules/beacons.py +++ b/tests/integration/modules/beacons.py @@ -21,6 +21,7 @@ ensure_in_syspath('../../') beacons.__opts__ = {} + class BeaconsAddDeleteTest(integration.ModuleCase): ''' Tests the add and delete functions diff --git a/tests/unit/beacons/inotify_beacon_test.py b/tests/unit/beacons/inotify_beacon_test.py index bb99363842..6e5e4daa6c 100644 --- a/tests/unit/beacons/inotify_beacon_test.py +++ b/tests/unit/beacons/inotify_beacon_test.py @@ -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: