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 violations of Flake8 Bugbear B037 #821

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Fix violations of Flake8 Bugbear B037 #821

merged 1 commit into from
Jan 21, 2024

Conversation

kaushikcfd
Copy link
Collaborator

@kaushikcfd kaushikcfd commented Jan 20, 2024

__init__() methods should not return anything.

Further, return None is a noop anyway :).

__init__() methods should not return anything.
@kaushikcfd kaushikcfd requested a review from inducer January 20, 2024 19:48
@inducer inducer merged commit 36bb94b into main Jan 21, 2024
16 checks passed
@inducer inducer deleted the fix_flake8_ci branch January 21, 2024 20:43
@inducer
Copy link
Owner

inducer commented Jan 21, 2024

Thx!

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