mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed pylint error in app_pam_test.py
This commit is contained in:
parent
6b8b8b51c0
commit
bd3942e0fd
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ ensure_in_syspath('../../../')
|
|||
from tests.utils import BaseRestCherryPyTest
|
||||
|
||||
# Import Salt Libs
|
||||
import integration
|
||||
import salt.utils
|
||||
from tests import integration
|
||||
|
||||
# Import 3rd-party libs
|
||||
# pylint: disable=import-error,unused-import
|
||||
|
|
Loading…
Add table
Reference in a new issue