Skip to content

Commit 27ce2c3

Browse files
committed
temp: fix linting
This should be dropped when rebasing on #11.
1 parent 9322c80 commit 27ce2c3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/decisions/0003-learning-path-enrollment-api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ necessary timestamps.
9090

9191
.. _CourseEnrollmentAllowed: https://github.com/openedx/edx-platform/blob/925716415c7794d3447acf575be241d767f5e07c/common/djangoapps/student/models/course_enrollment.py#L1588
9292

93+
.. _4-enroll-api:
9394

9495
4. Enroll API
9596
=============

learning_paths/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" API URLs. """
1+
"""API URLs."""
22

33
from django.urls import include, path
44

learning_paths/api/v1/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" API v1 URLs. """
1+
"""API v1 URLs."""
22

33
from django.urls import re_path
44
from rest_framework import routers

0 commit comments

Comments
 (0)