Remove unused import (ling)

This commit is contained in:
twangboy 2018-03-29 10:44:10 -06:00
parent 9302fa5ab0
commit 67b4697578
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -130,7 +130,6 @@ should match what you see when you look at the properties for an object.
# Import Python libs
from __future__ import absolute_import
import logging
import re
# Import Salt libs
from salt.exceptions import CommandExecutionError, SaltInvocationError