mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Pylint fix
This commit is contained in:
parent
4760455600
commit
acc87286d3
@ -14,11 +14,13 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import re
|
||||
import os.path
|
||||
|
||||
# Import Salt libs
|
||||
from salt.ext.six import text_type as text
|
||||
|
||||
|
||||
from salt.exceptions import CommandExecutionError
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user