Remove unused/redundant imports

This commit is contained in:
twangboy 2018-03-28 12:30:26 -06:00
parent 88fd72c52c
commit 5afc66452c
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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__)