-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Fix imports, remove unused import #25645
Conversation
Thanks for the pull request, @0x29a! I've created OSPR-5177 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
2c9a43b
to
ddbe43e
Compare
ddbe43e
to
8961db4
Compare
Your PR has finished running tests. There were no failures. |
@natabene, this is ready for edX review. |
Thanks! |
@0x29a 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
EdX Release Notice: This PR has been deployed to the production environment. |
A few minor warnings fixed, and one unused import removed.
./manage.py lms shell -c "print('hello')"
python manage.py lms migrate
pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no lms/djangoapps/instructor_task
:and