OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Remove uses of twisted.internet.defer.returnValue

Open p12tic opened this issue 1 year ago • 2 comments

returnValue() can be replaced with plain return in Python 3 code. returnValue() has been deprecated in Twisted 24.7.0 and will be removed soon.

p12tic avatar Dec 10 '24 18:12 p12tic