mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
lint
This commit is contained in:
parent
65de62f852
commit
086a1a94e8
@ -12,12 +12,11 @@ from salt.beacons import inotify
|
||||
# Salt testing libs
|
||||
from salttesting import skipIf, TestCase
|
||||
from salttesting.helpers import destructiveTest, ensure_in_syspath
|
||||
from salttesting.mock import NO_MOCK, NO_MOCK_REASON, MagicMock, patch
|
||||
from tests.integration import ModuleCase
|
||||
from salttesting.mock import NO_MOCK, NO_MOCK_REASON
|
||||
|
||||
# Third-party libs
|
||||
try:
|
||||
import pyinotify
|
||||
import pyinotify # pylint: disable=unused-import
|
||||
HAS_PYINOTIFY = True
|
||||
except ImportError:
|
||||
HAS_PYINOTIFY = False
|
||||
|
Loading…
Reference in New Issue
Block a user