Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5785fda7
Commit
5785fda7
authored
Feb 15, 2015
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: W391 blank line at end of file
parent
c4cdd657
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
docs/en_us/enrollment_api/source/conf.py
+0
-2
docs/en_us/platform_api/source/conf.py
+0
-2
openedx/core/djangoapps/user_api/tests/test_views.py
+0
-1
No files found.
docs/en_us/enrollment_api/source/conf.py
View file @
5785fda7
...
...
@@ -70,5 +70,3 @@ exclude_patterns = ['build', 'links.rst']
project
=
u'edX Enrollment API Version 1'
copyright
=
u'2015, edX'
docs/en_us/platform_api/source/conf.py
View file @
5785fda7
...
...
@@ -83,5 +83,3 @@ project = u'edX Platform API Version 0.5 Alpha'
copyright
=
u'2015, edX'
exclude_patterns
=
[
'build'
,
'links.rst'
]
openedx/core/djangoapps/user_api/tests/test_views.py
View file @
5785fda7
...
...
@@ -1599,4 +1599,3 @@ class UpdateEmailOptInTestCase(ApiTestCase, ModuleStoreTestCase):
self
.
assertHttpBadRequest
(
response
)
with
self
.
assertRaises
(
UserOrgTag
.
DoesNotExist
):
UserOrgTag
.
objects
.
get
(
user
=
self
.
user
,
org
=
self
.
course
.
id
.
org
,
key
=
"email-optin"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment