-
Notifications
You must be signed in to change notification settings - Fork 103
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
Include PyUnusedCodeBear in .coafile to remove unused imports #531
Comments
I would like to work on this issue can I be assigned this. |
Can you please guide me so that I can begin with the issue. |
@Man-Jain are you familiar with using |
Sorry for the late reply @nvzard. Yes I am familier with the coala. I have used in one of my projects. |
@Man-Jain then you just need to include |
Sorry, closed by mistake. |
@nvzard I have done all that you said. What should I do next. |
Push your code and open a pull request. |
Added the PyUnusedCodeBear to the .coafile and ran coala command. This bear will remove the unused code from the project files. The bear is added to the [all.python] section. Fixes coala#531
Removed the code from the file as invoking it doesn't have any side effects. Fixes :- coala#531
difficulty/newcomer
The text was updated successfully, but these errors were encountered: