mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #8423 from UtahDave/develop
fix pylint complaining about only one hard return
This commit is contained in:
commit
44c0079dc9
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