mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 06:34:56 -04:00
Replace returnValue with return (#5736)
This commit is contained in:
parent
18a466b84e
commit
4806651744
177 changed files with 1359 additions and 1513 deletions
|
@ -46,7 +46,7 @@ class HttpTransactionCacheTestCase(unittest.TestCase):
|
|||
@defer.inlineCallbacks
|
||||
def cb():
|
||||
yield Clock(reactor).sleep(0)
|
||||
defer.returnValue("yay")
|
||||
return "yay"
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue