Skip to content

Commit

Permalink
style: [FC-0047] add module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedielnitsevIvan committed Aug 5, 2024
1 parent 02c3262 commit 0d08485
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 204 deletions.
3 changes: 3 additions & 0 deletions lms/djangoapps/mobile_api/notifications/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
URLs for the mobile_api.notifications APIs.
"""
from django.urls import path
from .views import GCMDeviceViewSet

Expand Down
3 changes: 3 additions & 0 deletions lms/djangoapps/mobile_api/notifications/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
This module contains the view for registering a device for push notifications.
"""
from django.conf import settings
from rest_framework import status
from rest_framework.response import Response
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ markupsafe==2.1.5
# via
# chem
# openedx-calc
matplotlib==3.9.1
matplotlib==3.9.0
# via -r requirements/edx-sandbox/base.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -86,5 +86,5 @@ sympy==1.13.1
# via
# -r requirements/edx-sandbox/base.in
# openedx-calc
tqdm==4.66.4
tqdm==4.66.5
# via nltk
22 changes: 11 additions & 11 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ acid-xblock==0.3.1
# via -r requirements/edx/kernel.in
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
aiohttp==3.10.1
# via
# geoip2
# openai
Expand All @@ -35,7 +35,7 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
attrs==23.2.0
attrs==24.1.0
# via
# -r requirements/edx/kernel.in
# aiohttp
Expand Down Expand Up @@ -68,13 +68,13 @@ bleach[css]==6.1.0
# xblock-poll
boto==2.49.0
# via -r requirements/edx/kernel.in
boto3==1.34.151
boto3==1.34.153
# via
# -r requirements/edx/kernel.in
# django-ses
# fs-s3fs
# ora2
botocore==1.34.151
botocore==1.34.153
# via
# -r requirements/edx/kernel.in
# boto3
Expand Down Expand Up @@ -269,7 +269,7 @@ django-crum==0.7.9
# super-csv
django-fernet-fields-v2==0.9
# via edx-enterprise
django-filter==24.2
django-filter==24.3
# via
# -r requirements/edx/kernel.in
# edx-enterprise
Expand Down Expand Up @@ -401,7 +401,7 @@ drf-yasg==1.21.7
# via
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.10.0
edx-ace==1.10.1
# via -r requirements/edx/kernel.in
edx-api-doc-tools==1.8.0
# via
Expand Down Expand Up @@ -471,7 +471,7 @@ edx-enterprise==4.22.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
edx-event-bus-kafka==5.7.0
edx-event-bus-kafka==5.8.0
# via -r requirements/edx/kernel.in
edx-event-bus-redis==0.5.0
# via -r requirements/edx/kernel.in
Expand Down Expand Up @@ -621,7 +621,7 @@ googleapis-common-protos==1.63.2
# via
# google-api-core
# grpcio-status
grpcio==1.65.2
grpcio==1.65.4
# via
# google-api-core
# grpcio-status
Expand Down Expand Up @@ -835,7 +835,7 @@ optimizely-sdk==4.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
ora2==6.11.1
ora2==6.11.2
# via -r requirements/edx/bundled.in
packaging==24.1
# via
Expand Down Expand Up @@ -930,7 +930,7 @@ pyjwkest==1.4.2
# -r requirements/edx/kernel.in
# edx-token-utils
# lti-consumer-xblock
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/edx/kernel.in
# drf-jwt
Expand Down Expand Up @@ -1192,7 +1192,7 @@ tinycss2==1.2.1
# via bleach
tomlkit==0.13.0
# via snowflake-connector-python
tqdm==4.66.4
tqdm==4.66.5
# via
# nltk
# openai
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
chardet==5.2.0
# via diff-cover
coverage==7.6.0
coverage==7.6.1
# via -r requirements/edx/coverage.in
diff-cover==9.1.1
# via -r requirements/edx/coverage.in
Expand Down
Loading

0 comments on commit 0d08485

Please sign in to comment.