mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed unused-import pylint error
This commit is contained in:
parent
5e25b3f355
commit
6a91169bae
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue