Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uses of twisted.internet.defer.returnValue #237

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

p12tic
Copy link

@p12tic p12tic commented Dec 10, 2024

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.

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.
@futatuki
Copy link

Although the change of this PR can be also applied clearly against develop branch, I think you should make PR against develop branch rather than master branch. (Please see ProjectGuide and commit graph)

@p12tic p12tic changed the base branch from master to develop December 24, 2024 11:23
@p12tic
Copy link
Author

p12tic commented Dec 24, 2024

@futatuki Thanks, I rebased the PR.

futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Dec 29, 2024
…d-defervalue

contrib/repute: Remove uses of twisted.internet.defer.returnValue

trusteddomainproject#237
futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants