mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed pylint errors
This commit is contained in:
parent
1a9676626f
commit
5e25b3f355
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# This software released into the public domain. Anyone is free to copy,
|
||||
# modify, publish, use, compile, sell, or distribute this software,
|
||||
# either in source code form or as a compiled binary, for any purpose,
|
||||
|
|
|
@ -15,6 +15,7 @@ import salt.utils
|
|||
if salt.utils.is_windows():
|
||||
from salt.ext import win_inet_pton
|
||||
|
||||
|
||||
def mac(addr):
|
||||
'''
|
||||
Validates a mac address
|
||||
|
|
Loading…
Add table
Reference in a new issue