Remove extra blank line.

This commit is contained in:
Guy Martin 2018-07-13 21:33:27 +02:00
parent 11c3b5bf8e
commit 158ea87407

View File

@ -51,7 +51,6 @@ from salt.exceptions import CommandExecutionError
from salt.ext import six
from salt.ext.six.moves import zip # pylint: disable=redefined-builtin
# Define the module's virtual name
__virtualname__ = 'pkg'
log = logging.getLogger(__name__)