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

unused import in sourcecode #2265

Closed
vignesh7056 opened this issue Mar 26, 2023 · 2 comments
Closed

unused import in sourcecode #2265

vignesh7056 opened this issue Mar 26, 2023 · 2 comments

Comments

@vignesh7056
Copy link

jobs/migrations/0013_auto_20170810_1625.py

from django.db import models, migrations

this is an unused import can be removed.

@Saimanohar9999
Copy link

Is the above issue resolved????

siddhukamble45 added a commit to siddhukamble45/pythondotorg that referenced this issue May 30, 2023
siddhukamble45 added a commit to siddhukamble45/pythondotorg that referenced this issue May 30, 2023
@JacobCoffee
Copy link
Member

There are lots of these but they can be cleaned up by #2540 later! Thanks anyways :) Check out https://github.com/python/pythondotorg/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+label%3Ahelp-wanted for issues you can contribute to if interested

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

4 participants
@vignesh7056 @JacobCoffee @Saimanohar9999 and others