Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix: wrong indentations fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 11, 2023
1 parent 6f1b101 commit 6bba982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analytics_data_api/v0/urls/learners.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

urlpatterns = [
re_path(fr'^enterprise/(?P<enterprise_customer>{UUID_REGEX_PATTERN})/engagements/$',
views.EnterpriseLearnerEngagementView.as_view(), name='engagements'),
views.EnterpriseLearnerEngagementView.as_view(), name='engagements'),
]
3 changes: 2 additions & 1 deletion analytics_data_api/v0/urls/problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

urlpatterns = [
path('<path:module_id>/sequential_open_distribution/',
views.SequentialOpenDistributionView.as_view(), name='sequential_open_distribution'),
views.SequentialOpenDistributionView.as_view(),
name='sequential_open_distribution'),
]

for path, view, name in PROBLEM_URLS:
Expand Down

0 comments on commit 6bba982

Please sign in to comment.