From 3999d679e3dedfcffc8f61b46614a1a5de272077 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 5 Jan 2022 14:09:35 +0700 Subject: [PATCH] fix linting --- tubearchivist/home/src/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/src/index.py b/tubearchivist/home/src/index.py index 3eb8eef..b53edd2 100644 --- a/tubearchivist/home/src/index.py +++ b/tubearchivist/home/src/index.py @@ -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: