Fix lint error

This commit is contained in:
twangboy 2017-05-26 17:11:41 -06:00
parent d3f0f8bcd2
commit e503b455c3

View file

@ -2,6 +2,7 @@
'''
State for configuring Windows Firewall
'''
from __future__ import absolute_import
# Import Salt libs
from salt.exceptions import CommandExecutionError, SaltInvocationError