mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
♻️ Refactored strings
This commit is contained in:
committed by
Nikhil Badyal
parent
507390bd88
commit
6dd960b147
@@ -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):
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
"""Utility class."""
|
||||
|
||||
implement_method = "Please implement the method"
|
||||
status_code_200 = 200
|
||||
Reference in New Issue
Block a user