-
Notifications
You must be signed in to change notification settings - Fork 76
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
function green_mode unnecessary delayed import of check_filename_prefix_postfix #300
Comments
Assign this issue to me |
Is the issue solved? If no, I want to work on it. |
@rak-shit It is assigned to @thenotsodarkknight . Read https://coala.io/newcomer to see how you should find suitable issues to work on |
@thenotsodarkknight if you're not working on this can I ? |
can i work on it ? |
hey! I would like to work on this issue , if it is still open . |
Unassigned due to inactivity. |
Removed the delayed import of function check_filename_prefix_postfix as it was already been called once , hence delayed import was unnecessary Closes coala#300
Removed the delayed import of function check_filename_prefix_postfix as it shadowed an identical import in module scope Closes coala#300
Removed the delayed import of function check_filename_prefix_postfix as it shadowed an identical import in module scope Closes coala#300
Remove delayed import of function check_filename_prefix_postfix as it shadowed an identical import in module scope Closes coala#300
I want to work on this issue if its open! |
@pavanrkadave, someone is already working on this. |
Ok |
This removes delayed import of function check_filename_prefix_postfix as it shadowed an identical import in module scope Closes coala#300
coala_quickstart/green_mode/green_mode_core.py ::
green_mode
contains a delayed import ofcheck_filename_prefix_postfix
which should be removed as it shadows an identical import in the module scope.The text was updated successfully, but these errors were encountered: