-
Notifications
You must be signed in to change notification settings - Fork 605
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
unused import in sourcecode #2264
Comments
I remove it and pushed the code and opened a pull request.Could you guide me as to run any tests. |
ok give me the pr link |
its a good practise to give a description for pull request. in this case " refactored source code by removing un used import belongs to "x" module to reduce the technical debt and increase readability of sourcce code." |
Can I work on this issue, if its not resolved it yet? |
There's already a PR at #2272 |
Fixed by #2272. |
downloads/tests/test_views.py
from rest_framework.authtoken.models import Token
this is an unused import can be removed
The text was updated successfully, but these errors were encountered: