mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix linter warnings
This commit is contained in:
parent
5b98895588
commit
0d2b0c635f
1 changed files with 2 additions and 1 deletions
|
@ -5,11 +5,12 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||
|
||||
# Import Salt Testing Libs
|
||||
from tests.support.unit import TestCase, skipIf
|
||||
import mock
|
||||
from tests.support.mock import mock
|
||||
|
||||
import salt.config
|
||||
import salt.syspaths
|
||||
|
||||
|
||||
class ConfigTest(TestCase):
|
||||
|
||||
def test_validate_bad_pillar_roots(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue