mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint, remove sentence from docstring
This commit is contained in:
parent
781880f0fc
commit
7b40218790
1 changed files with 1 additions and 3 deletions
|
@ -286,8 +286,7 @@ def _available_services():
|
|||
decorator on the `available_services` function, which causes the function
|
||||
to run once and then return the results of the first run on subsequent
|
||||
calls. This causes problems when trying to test the functionality of the
|
||||
`available_services` function. So this function is needed until we can
|
||||
figure out how to properly mock the memoization decorator.
|
||||
`available_services` function.
|
||||
'''
|
||||
launchd_paths = [
|
||||
'/Library/LaunchAgents',
|
||||
|
@ -344,7 +343,6 @@ def _available_services():
|
|||
return _available_services
|
||||
|
||||
|
||||
|
||||
@decorators.memoize
|
||||
def available_services():
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue