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
c9623c7cc2
commit
46f90298fb
@ -9,7 +9,7 @@ from salt.exceptions import SaltInvocationError
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from salttesting import TestCase, skipIf
|
||||
from salttesting.mock import MagicMock, mock_open, patch, NO_MOCK, NO_MOCK_REASON
|
||||
from salttesting.mock import MagicMock, patch, NO_MOCK, NO_MOCK_REASON
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
|
||||
ensure_in_syspath('../../')
|
||||
|
Loading…
Reference in New Issue
Block a user