Fix lint, remove sentence from docstring

This commit is contained in:
twangboy 2018-03-06 11:20:36 -07:00
parent 781880f0fc
commit 7b40218790
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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():
'''