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 committed Nov 28, 2024
1 parent 25b10c4 commit 3e022c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/video/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ class Video(models.Model):
null=True,
)
order = models.PositiveSmallIntegerField(
_('order'),
_("order"),
help_text=_("Order videos in channels or themes."),
default=1,
blank=True,
Expand Down

0 comments on commit 3e022c5

Please sign in to comment.