Fix linter warnings

This commit is contained in:
Daniel A. Wozniak 2019-01-22 10:40:57 -07:00
parent 5b98895588
commit 0d2b0c635f
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

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