Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`twisted.internet.defer.returnValue` was needed on Python 2, but on Python 3 a simple `return` statement works fine. Twisted 24.7.0 deprecated the former, causing `tornado.test.twisted_test.ConvertDeferredTest.test_success` to fail.
- Loading branch information