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
5677b143
Commit
5677b143
authored
Nov 08, 2014
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: W391 blank line at end of file
parent
fb9f324f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
0 additions
and
13 deletions
+0
-13
cms/djangoapps/contentstore/__init__.py
+0
-1
cms/djangoapps/contentstore/features/common.py
+0
-1
cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py
+0
-1
cms/djangoapps/contentstore/views/tabs.py
+0
-1
cms/wsgi.py
+0
-1
common/djangoapps/student/auth.py
+0
-1
common/djangoapps/student/management/commands/anonymized_id_mapping.py
+0
-1
common/djangoapps/util/models.py
+0
-1
common/djangoapps/util/tests/__init__.py
+0
-1
common/lib/xmodule/xmodule/mako_module.py
+0
-1
common/lib/xmodule/xmodule/tests/test_editing_module.py
+0
-1
common/lib/xmodule/xmodule/tests/test_word_cloud.py
+0
-1
pavelib/utils/test/utils.py
+0
-1
No files found.
cms/djangoapps/contentstore/__init__.py
View file @
5677b143
cms/djangoapps/contentstore/features/common.py
View file @
5677b143
...
...
@@ -387,4 +387,3 @@ def create_other_user(_step, name, has_extra_perms, role_name):
@step
(
'I log out'
)
def
log_out
(
_step
):
world
.
visit
(
'logout'
)
cms/djangoapps/contentstore/management/commands/restore_asset_from_trashcan.py
View file @
5677b143
...
...
@@ -10,4 +10,3 @@ class Command(BaseCommand):
raise
CommandError
(
"restore_asset_from_trashcan requires one argument: <location>"
)
restore_asset_from_trashcan
(
args
[
0
])
cms/djangoapps/contentstore/views/tabs.py
View file @
5677b143
...
...
@@ -204,4 +204,3 @@ def primitive_insert(course, num, tab_type, name):
tabs
=
course
.
tabs
tabs
.
insert
(
num
,
new_tab
)
modulestore
()
.
update_item
(
course
,
ModuleStoreEnum
.
UserID
.
primitive_command
)
cms/wsgi.py
View file @
5677b143
...
...
@@ -17,4 +17,3 @@ startup.run()
# as well as any WSGI server configured to use this file.
from
django.core.wsgi
import
get_wsgi_application
application
=
get_wsgi_application
()
common/djangoapps/student/auth.py
View file @
5677b143
...
...
@@ -83,4 +83,3 @@ def _check_caller_authority(caller, role):
elif
isinstance
(
role
,
CourseRole
):
# instructors can change the roles w/in their course
if
not
has_access
(
caller
,
CourseInstructorRole
(
role
.
course_key
)):
raise
PermissionDenied
common/djangoapps/student/management/commands/anonymized_id_mapping.py
View file @
5677b143
...
...
@@ -65,4 +65,3 @@ class Command(BaseCommand):
))
except
IOError
:
raise
CommandError
(
"Error writing to file:
%
s"
%
output_filename
)
common/djangoapps/util/models.py
View file @
5677b143
# Create your models here.
common/djangoapps/util/tests/__init__.py
View file @
5677b143
common/lib/xmodule/xmodule/mako_module.py
View file @
5677b143
...
...
@@ -39,4 +39,3 @@ class MakoModuleDescriptor(XModuleDescriptor):
def
get_html
(
self
):
return
self
.
system
.
render_template
(
self
.
mako_template
,
self
.
get_context
())
common/lib/xmodule/xmodule/tests/test_editing_module.py
View file @
5677b143
...
...
@@ -65,4 +65,3 @@ class TabsEditingDescriptorTestCase(unittest.TestCase):
""""test get_context"""
rendered_context
=
self
.
descriptor
.
get_context
()
self
.
assertListEqual
(
rendered_context
[
'tabs'
],
self
.
tabs
)
common/lib/xmodule/xmodule/tests/test_word_cloud.py
View file @
5677b143
...
...
@@ -46,4 +46,3 @@ class WordCloudModuleTest(LogicTest):
self
.
assertEqual
(
100.0
,
sum
(
i
[
'percent'
]
for
i
in
response
[
'top_words'
]))
pavelib/utils/test/utils.py
View file @
5677b143
...
...
@@ -73,4 +73,3 @@ def check_firefox_version():
'
\t
$ firefox --version
\n
'
'
\t
{version}'
.
format
(
version
=
expected_firefox_ver
)
)
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