Remove unused import (lint)

This commit is contained in:
twangboy 2017-10-24 09:21:58 -06:00
parent f7502436bd
commit 44d6d9f46d
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -35,7 +35,6 @@ from __future__ import unicode_literals
import sys
import logging
from salt.ext.six.moves import range # pylint: disable=W0622,import-error
from salt.ext import six
# Import third party libs
try: