Skip to content

Commit 4dc5430

Browse files
committed
💡(project) fix module docstring following black update
After a recent black update, some files were not correctly formatted. Fixing them.
1 parent e2f76c5 commit 4dc5430

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/backend/marsha/bbb/management/commands/update_pending_classroom_sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""For each pending classroom, get their meeting infos:
2-
update learning analytics, and end it if needed."""
2+
update learning analytics, and end it if needed."""
33

44
from django.core.management import BaseCommand
55

src/backend/marsha/core/cache.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
RedisCache with a fallback cache to prevent denial of service if Redis is down
3-
Freely inspired by django-cache-fallback
2+
RedisCache with a fallback cache to prevent denial of service if Redis is down
3+
Freely inspired by django-cache-fallback
44
5-
Credits:
6-
- https://github.com/Kub-AT/django-cache-fallback/
5+
Credits:
6+
- https://github.com/Kub-AT/django-cache-fallback/
77
"""
88

99
import logging

src/backend/marsha/core/lti/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Common classes and methods for LTi module"""
1+
"""Common classes and methods for LTi module"""
22

33
from logging import getLogger
44
from urllib.parse import urlencode

0 commit comments

Comments
 (0)