Apply clarity and docstrings

This commit is contained in:
Kegan Dougal 2015-03-06 16:16:14 +00:00
parent 0354659f9d
commit 2602ddc379
3 changed files with 15 additions and 3 deletions

View file

@ -224,5 +224,5 @@ class _Recoverer(object):
@defer.inlineCallbacks
def _get_oldest_txn(self):
txn = yield self.store.get_oldest_txn(self.service)
txn = yield self.store.get_oldest_unsent_txn(self.service)
defer.returnValue(txn)