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

refactor: remove unnecessary return statement #21

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

deepsource-autofix[bot]
Copy link
Contributor

A single return or return None statement is found at the end of the function or method definition. This statement can safely be removed to improve the readability because Python will implicitly return None.

A single `return` or `return None` statement is found at the end of the function or method definition. This statement can safely be removed to improve the readability because Python will implicitly return `None`.
@itsHenry35 itsHenry35 merged commit c8b38cf into main Dec 24, 2023
6 checks passed
@itsHenry35 itsHenry35 deleted the deepsource-autofix-8bbb1044 branch February 7, 2024 12: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.

1 participant