♻️ Refactored strings

This commit is contained in:
Nikhil Badyal
2024-04-15 23:13:04 +05:30
committed by Nikhil Badyal
parent 507390bd88
commit 6dd960b147
4 changed files with 17 additions and 14 deletions
+1 -2
View File
@@ -12,9 +12,8 @@ from tqdm import tqdm
from src.app import APP
from src.config import RevancedConfig
from src.downloader.utils import implement_method
from src.exceptions import DownloadError
from src.utils import handle_request_response, session
from src.utils import handle_request_response, implement_method, session
class Downloader(object):
-4
View File
@@ -1,4 +0,0 @@
"""Utility class."""
implement_method = "Please implement the method"
status_code_200 = 200