Fixed unused-import pylint error

This commit is contained in:
twangboy 2015-05-13 16:02:34 -06:00
parent 5e25b3f355
commit 6a91169bae

View file

@ -13,7 +13,7 @@ import salt.utils
# Import third party libs
if salt.utils.is_windows():
from salt.ext import win_inet_pton
from salt.ext import win_inet_pton # pylint: disable=unused-import
def mac(addr):