Skip to content

Commit 3e022c5

Browse files
author
github-actions
committed
Fixup. Format code with Black
1 parent 25b10c4 commit 3e022c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/video/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ class Video(models.Model):
834834
null=True,
835835
)
836836
order = models.PositiveSmallIntegerField(
837-
_('order'),
837+
_("order"),
838838
help_text=_("Order videos in channels or themes."),
839839
default=1,
840840
blank=True,

0 commit comments

Comments
 (0)