Remove return statement which is not inside a function#98
Remove return statement which is not inside a function#98deepsource-autofix[bot] wants to merge 1 commit intomasterfrom
return statement which is not inside a function#98Conversation
A `return` statement should not be used outside of a function or method. This will raise a `SyntaxError`. Make sure that your code and indentation are correct.
DeepSource reviewed changes in the commit range For detailed review results, please see the PR on DeepSource ↗ Important Some issues found as part of this review are outside of the diff in this pull request and aren't shown in the inline review comments due to GitHub's API limitations. Please see the DeepSource dashboard for this PR to view those issues. PR Report CardCode Review Summary
How are these analyzer statuses calculated?Administrators can configure which issue categories are reported and cause analysis to be marked as failed when detected. This helps prevent bad and insecure code from being introduced in the codebase. If you're an administrator, you can modify this in the repository's settings.
|
A
returnstatement should not be used outside of a function or method. This will raise aSyntaxError. Make sure that your code and indentation are correct.