Lint: Remove unused six import

This commit is contained in:
Nicole Thomas 2018-06-05 14:19:33 -04:00 committed by GitHub
parent c6816b2149
commit 4518c89484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ import types
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
from salt.ext import six
try: try:
import testinfra import testinfra
from testinfra import modules from testinfra import modules