Fix all E303 pep8 errors.
This commit is contained in:
@@ -3,7 +3,6 @@ Platform plugins to support course bookmarks.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from django.urls import reverse
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ Unit tests for the course bookmarks feature.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
import ddt
|
||||
from django.test import RequestFactory
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ Defines URLs for course bookmarks.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from django.conf.urls import url
|
||||
|
||||
from .views.course_bookmarks import CourseBookmarksFragmentView, CourseBookmarksView
|
||||
|
||||
@@ -3,7 +3,6 @@ Views to show a course's bookmarks.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
import six
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.shortcuts import render_to_response
|
||||
|
||||
Reference in New Issue
Block a user