Skip to content

Commit 4d7426b

Browse files
committed
squash!: Fix indentation issue
1 parent e047cc3 commit 4d7426b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/content_libraries/api/libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def get_backup_task_status(
712712
except UserTaskStatus.DoesNotExist:
713713
return None
714714
else:
715-
# Get the latest task for this user and library
715+
# Get the latest task for this user and library
716716
task_status = UserTaskStatus.objects.filter(
717717
user_id=user_id,
718718
name__contains=str(library_key)

0 commit comments

Comments
 (0)