Skip to content
Snippets Groups Projects
  • Colin Watson's avatar
    d69c00b5
    Stop using twisted.internet.defer.returnValue (#18020) · d69c00b5
    Colin Watson authored
    `defer.returnValue` was only needed in Python 2; in Python 3, a simple
    `return` is fine.
    
    `twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.
    
    Most uses of `returnValue` in synapse were removed a while back; this
    cleans up some remaining bits.
    d69c00b5
    History
    Stop using twisted.internet.defer.returnValue (#18020)
    Colin Watson authored
    `defer.returnValue` was only needed in Python 2; in Python 3, a simple
    `return` is fine.
    
    `twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.
    
    Most uses of `returnValue` in synapse were removed a while back; this
    cleans up some remaining bits.