mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
285552fac5
commit
4cb03eec2d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import salt.utils.win_reg as win_reg
|
|||
from salt.exceptions import CommandExecutionError
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from tests.support.helpers import destructiveTest, random_string, TstSuiteLoggingHandler
|
||||
from tests.support.helpers import TstSuiteLoggingHandler, destructiveTest, random_string
|
||||
from tests.support.mixins import LoaderModuleMockMixin
|
||||
from tests.support.mock import patch
|
||||
from tests.support.unit import TestCase, skipIf
|
||||
|
|
Loading…
Add table
Reference in a new issue