Skip to content

Commit

Permalink
Fixup. Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and LoanR committed Jun 18, 2024
1 parent 0d912ea commit addd773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/completion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_video_completion_context(
"form_document": form_document,
"form_track": form_track,
"form_overlay": form_overlay,
"page_title": _("Additions for the video “%s”") % video.title
"page_title": _("Additions for the video “%s”") % video.title,
}

return context

0 comments on commit addd773

Please sign in to comment.