Skip to content

remove variables assigned to itself#1

Open
deepsource-at-deepsourcesecurity[bot] wants to merge 1 commit into
masterfrom
deepsource-autofix-a63472e0
Open

remove variables assigned to itself#1
deepsource-at-deepsourcesecurity[bot] wants to merge 1 commit into
masterfrom
deepsource-autofix-a63472e0

Conversation

@deepsource-at-deepsourcesecurity
Copy link
Copy Markdown

A variable is being assigned to itself, which is redundant and would have no effect on the code. This can mostly happen because of human errors. It is recommended to review that you are working with the right variable name on the RHS, or remove the useless assignment.

A variable is being assigned to itself, which is redundant and would have no effect on the code. This can mostly happen because of human errors. It is recommended to review that you are working with the right variable name on the RHS, or remove the useless assignment.
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.

0 participants