We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3140613 commit 27a05d2Copy full SHA for 27a05d2
backend/manage.py
@@ -18,7 +18,7 @@
18
# issue is really that Django is missing to avoid masking other
19
# exceptions on Python 2.
20
try:
21
- import django # pylint: disable=unused-import, wrong-import-position
+ import django # pylint: disable=unused-import
22
except ImportError as import_error:
23
raise ImportError(
24
"Couldn't import Django. Are you sure it's installed and "
backend/sample_plugin/__init__.py
@@ -1,5 +1,5 @@
1
"""
2
-A sample backend plugin for the Open edX Platform
+A sample backend plugin for the Open edX Platform.
3
4
5
__version__ = '0.1.0'
0 commit comments