Skip to content

Commit

Permalink
Sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Nov 28, 2024
1 parent 20c6e21 commit c5512b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion streamsnapper/platforms/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

# Third-party imports
from requests import get, head
from scrapetube import get_search as scrape_youtube_search, get_playlist as scrape_youtube_playlist, get_channel as scrape_youtube_channel
from scrapetube import (
get_search as scrape_youtube_search,
get_playlist as scrape_youtube_playlist,
get_channel as scrape_youtube_channel,
)
from yt_dlp import YoutubeDL, utils as yt_dlp_utils

# Local imports
Expand Down

0 comments on commit c5512b4

Please sign in to comment.