Skip to content

Commit 27a05d2

Browse files
committed
style: Fix some quality issues.
1 parent 3140613 commit 27a05d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# issue is really that Django is missing to avoid masking other
1919
# exceptions on Python 2.
2020
try:
21-
import django # pylint: disable=unused-import, wrong-import-position
21+
import django # pylint: disable=unused-import
2222
except ImportError as import_error:
2323
raise ImportError(
2424
"Couldn't import Django. Are you sure it's installed and "

backend/sample_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
A sample backend plugin for the Open edX Platform
2+
A sample backend plugin for the Open edX Platform.
33
"""
44

55
__version__ = '0.1.0'

0 commit comments

Comments
 (0)