fix linting

This commit is contained in:
simon 2022-01-05 14:09:35 +07:00
parent dc2fb65312
commit 3999d679e3
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -14,10 +14,10 @@ from time import sleep
import requests
import yt_dlp
from bs4 import BeautifulSoup
from ryd_client import ryd_client
from home.src.config import AppConfig
from home.src.helper import DurationConverter, UrlListParser, clean_string
from home.src.thumbnails import ThumbManager
from ryd_client import ryd_client
class YoutubeChannel: