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

Fix errors from flake8 lint #1608

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Fix errors from flake8 lint #1608

merged 1 commit into from
Oct 12, 2022

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Oct 12, 2022

Python's del is a statement, not a function, and doesn't need parenthesis.

The flake8 lint has been failing in kombu for a while now, this fixes the failures.

Python's `del` is a statement, not a function, and doesn't need
parenthesis.
@auvipy auvipy added this to the 5.3 milestone Oct 12, 2022
@auvipy auvipy merged commit bfec7fa into celery:master Oct 12, 2022
@intgr intgr deleted the fix-flake8-lint branch June 15, 2023 09:16
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