pythondotorg
pythondotorg copied to clipboard
unused import in sourcecode
downloads/tests/test_views.py
from rest_framework.authtoken.models import Token
this is an unused import can be removed
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 https://github.com/python/pythondotorg/pull/2272
Fixed by https://github.com/python/pythondotorg/pull/2272.