mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pylint complaining about only one hard return
This commit is contained in:
parent
5476e7c066
commit
2aef78348e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ __virtualname__ = 'service'
|
|||
|
||||
BUFFSIZE = 5000
|
||||
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only works on Windows systems
|
||||
|
|
Loading…
Add table
Reference in a new issue