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

(PYL-E1111) Assigning result of a function call, where the function has no return #6

Open
mmorales99 opened this issue Mar 8, 2021 · 1 comment

Comments

@mmorales99
Copy link
Owner

Description

An assignment is done on a function call but the inferred function doesn't return anything. While this is not an error in Python, it is a critical anti-pattern and can lead to unexpected bugs.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/mmorales99/isntabot/issue/PYL-E1111/occurrences/

@github-actions
Copy link

github-actions bot commented Mar 8, 2021

Thanks for contributing to this project! The issue will be attended soon!' first issue

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

No branches or pull requests

1 participant