mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Blacken changed files
This commit is contained in:
parent
8bd9e42f65
commit
2facb29019
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ import salt.exceptions
|
|||
import salt.loader
|
||||
import salt.log
|
||||
import salt.minion
|
||||
|
||||
# Import salt libs
|
||||
import salt.output
|
||||
import salt.roster
|
||||
|
@ -45,6 +46,7 @@ import salt.utils.stringutils
|
|||
import salt.utils.thin
|
||||
import salt.utils.url
|
||||
import salt.utils.verify
|
||||
|
||||
# Import 3rd-party libs
|
||||
from salt.ext import six
|
||||
from salt.ext.six.moves import input # pylint: disable=import-error,redefined-builtin
|
||||
|
|
Loading…
Add table
Reference in a new issue