mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +00:00
fix linting
This commit is contained in:
parent
dc2fb65312
commit
3999d679e3
@ -14,10 +14,10 @@ from time import sleep
|
|||||||
import requests
|
import requests
|
||||||
import yt_dlp
|
import yt_dlp
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from ryd_client import ryd_client
|
|
||||||
from home.src.config import AppConfig
|
from home.src.config import AppConfig
|
||||||
from home.src.helper import DurationConverter, UrlListParser, clean_string
|
from home.src.helper import DurationConverter, UrlListParser, clean_string
|
||||||
from home.src.thumbnails import ThumbManager
|
from home.src.thumbnails import ThumbManager
|
||||||
|
from ryd_client import ryd_client
|
||||||
|
|
||||||
|
|
||||||
class YoutubeChannel:
|
class YoutubeChannel:
|
||||||
|
Loading…
Reference in New Issue
Block a user