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

Fix imports, remove unused import #25645

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

0x29a
Copy link
Contributor

@0x29a 0x29a commented Nov 19, 2020

A few minor warnings fixed, and one unused import removed.

  1. ./manage.py lms shell -c "print('hello')"
2020-11-19 09:36:40,680 WARNING 2788 [py.warnings] [user None] [ip None] warnings.py:109 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_authn/cookies.py:25: DeprecatedEdxPlatformImportWarning: Importing student.models instead of common.djangoapps.student.models is deprecated
  from student.models import CourseEnrollment

2020-11-19 09:36:40,680 WARNING 2788 [py.warnings] [user None] [ip None] warnings.py:109 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_authn/cookies.py:26: DeprecatedEdxPlatformImportWarning: Importing util.json_request instead of common.djangoapps.util.json_request is deprecated
  from util.json_request import JsonResponse
  1. python manage.py lms migrate
2020-11-19 09:52:25,431 WARNING 2969 [py.warnings] [user None] [ip None] warnings.py:109 - /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/learning_sequences/api/processors/content_gating.py:7: DeprecatedEdxPlatformImportWarning: Importing util.milestones_helpers instead of common.djangoapps.util.milestones_helpers is deprecated
  from util import milestones_helpers
  1. pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no lms/djangoapps/instructor_task:
lms/djangoapps/instructor_task/tests/test_tasks_helper.py: 20 warnings
lms/djangoapps/instructor_task/tests/test_integration.py: 20 warnings
  /edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/edx_django_utils/monitoring/code_owner/middleware.py:23: DeprecationWarning: Use 'edx_django_utils.monitoring.CodeOwnerMonitoringMiddleware' in place of 'edx_django_utils.monitoring.code_owner.middleware.CodeOwnerMonitoringMiddleware'.
    warnings.warn(msg, DeprecationWarning)

and

lms/djangoapps/instructor_task/tests/test_tasks_helper.py: 20 warnings
lms/djangoapps/instructor_task/tests/test_integration.py: 20 warnings
  /edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/edx_django_utils/monitoring/middleware.py:23: DeprecationWarning: Use 'edx_django_utils.monitoring.CachedCustomMonitoringMiddleware' in place of 'edx_django_utils.monitoring.middleware.CachedCustomMonitoringMiddleware'.
    warnings.warn(msg, DeprecationWarning)

@openedx-webhooks
Copy link

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:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

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.

@openedx-webhooks openedx-webhooks added needs triage open-source-contribution PR author is not from Axim or 2U labels Nov 19, 2020
@0x29a 0x29a force-pushed the 0x29a/squash_warning branch 2 times, most recently from 2c9a43b to ddbe43e Compare November 19, 2020 11:40
@0x29a 0x29a force-pushed the 0x29a/squash_warning branch from ddbe43e to 8961db4 Compare November 19, 2020 13:37
@edx-status-bot
Copy link

Your PR has finished running tests. There were no failures.

@0x29a
Copy link
Contributor Author

0x29a commented Nov 19, 2020

@natabene, this is ready for edX review.

@nedbat
Copy link
Contributor

nedbat commented Nov 20, 2020

Thanks!

@nedbat nedbat merged commit 75c56a6 into openedx:master Nov 20, 2020
@openedx-webhooks
Copy link

@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.

@0x29a 0x29a deleted the 0x29a/squash_warning branch November 20, 2020 08:44
@edx-pipeline-bot
Copy link
Contributor

EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

EdX Release Notice: This PR has been deployed to the production environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged open-source-contribution PR author is not from Axim or 2U
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants