style cleanup

This commit is contained in:
Thomas Jackson 2015-10-17 11:09:10 -07:00
parent 0a0818e729
commit 117a713502

View File

@ -84,13 +84,13 @@ class ClientFuncsDict(collections.MutableMapping):
user = salt.utils.get_specific_user()
return self.client._proc_function(
key,
low,
user,
async_pub['tag'], # TODO: fix
async_pub['jid'], # TODO: fix
False, # Don't daemonize
)
key,
low,
user,
async_pub['tag'], # TODO: fix
async_pub['jid'], # TODO: fix
False, # Don't daemonize
)
return wrapper
def __len__(self):