Skip to content

Commit

Permalink
🎨 Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Jan 25, 2024
1 parent bcbd2ac commit 15e3aea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion okr/models/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ class SourceType(models.TextChoices):
YT_PLAYLIST_PAGE = "yt_playlist_page", "Youtube Playlist-Seite"
YT_SEARCH = "yt_search", "Youtube-Suche"
HASHTAGS = "hashtags", "Hashtags"
SHORTS_CONTENT_LINKS = "shorts_content_links", "Shorts Content Links" # Not listed in docs, but in data
SHORTS_CONTENT_LINKS = (
"shorts_content_links",
"Shorts Content Links",
) # Not listed in docs, but in data

youtube = models.ForeignKey(
verbose_name="YouTube-Account",
Expand Down

0 comments on commit 15e3aea

Please sign in to comment.