mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused/redundant imports
This commit is contained in:
parent
88fd72c52c
commit
5afc66452c
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
from __future__ import absolute_import
|
||||
import os
|
||||
import uuid
|
||||
import shutil
|
||||
import hashlib
|
||||
import logging
|
||||
import psutil
|
||||
|
@ -25,7 +24,6 @@ import tests.support.paths as paths
|
|||
# Import salt libs
|
||||
import salt.ext.six as six
|
||||
import salt.utils
|
||||
import salt.utils.files
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue