Skip to content

Commit

Permalink
Fix PyLint C0103 on salt.utils.socket_util. Refs saltstack#1775.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Dec 28, 2012
1 parent fa2c3e4 commit a29939e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/utils/socket_util.py
Expand Up @@ -7,6 +7,8 @@
from string import ascii_letters, digits


# pylint: disable-msg=C0103

def sanitize_host(host):
'''
Sanitize host string.
Expand Down

0 comments on commit a29939e

Please sign in to comment.