mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Grrr. Add back the import of SaltInvocationError that pylint wanted me to remove :)
This commit is contained in:
parent
0671c0d8d9
commit
002cbf5cde
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ import logging
|
|||
import re
|
||||
from distutils.version import LooseVersion as _LooseVersion # pylint: disable=import-error,no-name-in-module
|
||||
import salt.ext.six as six
|
||||
from salt.exceptions import SaltInvocationError
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue