Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
dc3c7912
Commit
dc3c7912
authored
7 years ago
by
Calen Pennington
Browse files
Options
Downloads
Patches
Plain Diff
Clean up errant leftover imports
parent
9e00f927
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openedx/core/djangoapps/schedules/resolvers.py
+4
-9
4 additions, 9 deletions
openedx/core/djangoapps/schedules/resolvers.py
openedx/core/djangoapps/schedules/tasks.py
+1
-4
1 addition, 4 deletions
openedx/core/djangoapps/schedules/tasks.py
with
5 additions
and
13 deletions
openedx/core/djangoapps/schedules/resolvers.py
+
4
−
9
View file @
dc3c7912
...
...
@@ -5,31 +5,26 @@ import logging
import
attr
from
django.conf
import
settings
from
django.contrib.auth.models
import
User
from
django.contrib.sites.models
import
Site
from
django.contrib.staticfiles.templatetags.staticfiles
import
static
from
django.core.urlresolvers
import
reverse
from
django.db.models
import
F
,
Min
,
Q
from
django.db.models
import
F
,
Q
from
django.utils.formats
import
dateformat
,
get_format
from
edx_ace.recipient_resolver
import
RecipientResolver
from
edx_ace.recipient
import
Recipient
from
edx_ace.utils.date
import
serialize
,
deserialize
from
edx_ace.utils.date
import
serialize
from
courseware.date_summary
import
verified_upgrade_deadline_link
,
verified_upgrade_link_is_valid
from
openedx.core.djangoapps.monitoring_utils
import
set_custom_metric
,
function_trace
from
openedx.core.djangoapps.monitoring_utils
import
function_trace
,
set_custom_metric
from
openedx.core.djangoapps.schedules.config
import
COURSE_UPDATE_WAFFLE_FLAG
from
openedx.core.djangoapps.schedules.exceptions
import
CourseUpdateDoesNotExist
from
openedx.core.djangoapps.schedules.models
import
Schedule
,
ScheduleConfig
from
openedx.core.djangoapps.schedules.models
import
Schedule
from
openedx.core.djangoapps.schedules.utils
import
PrefixedDebugLoggerMixin
from
openedx.core.djangoapps.schedules.template_context
import
(
absolute_url
,
encode_url
,
encode_urls_in_dict
,
get_base_template_context
)
from
openedx.core.djangoapps.site_configuration.models
import
SiteConfiguration
from
request_cache.middleware
import
request_cached
from
xmodule.modulestore.django
import
modulestore
...
...
This diff is collapsed.
Click to expand it.
openedx/core/djangoapps/schedules/tasks.py
+
1
−
4
View file @
dc3c7912
...
...
@@ -4,15 +4,12 @@ import logging
from
celery.task
import
task
,
Task
from
django.conf
import
settings
from
django.contrib.sites.models
import
Site
from
django.contrib.staticfiles.templatetags.staticfiles
import
static
from
django.core.exceptions
import
ValidationError
from
django.core.urlresolvers
import
reverse
from
django.db.utils
import
DatabaseError
from
django.utils.formats
import
dateformat
,
get_format
from
edx_ace
import
ace
from
edx_ace.message
import
Message
from
edx_ace.recipient
import
Recipient
from
edx_ace.utils.date
import
deserialize
,
serialize
from
opaque_keys.edx.keys
import
CourseKey
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment