mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing lint issues
This commit is contained in:
parent
ba7e92c113
commit
d0307ff070
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@ from __future__ import absolute_import
|
|||
import difflib
|
||||
import logging
|
||||
import os
|
||||
import six
|
||||
import yaml
|
||||
|
||||
# Import Salt libs
|
||||
import salt.ext.six as six
|
||||
import salt.utils.event
|
||||
import salt.utils.files
|
||||
from salt.ext.six.moves import map
|
||||
|
|
Loading…
Add table
Reference in a new issue