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