mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint failure on 2017.7 branch
This commit is contained in:
parent
b2b0c770a4
commit
6d2490f6a0
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ from __future__ import absolute_import
|
|||
import os
|
||||
import shutil
|
||||
|
||||
# Import Salt libs
|
||||
import salt.utils
|
||||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import SPMCase, ModuleCase
|
||||
from tests.support.helpers import destructiveTest
|
||||
|
|
Loading…
Add table
Reference in a new issue