mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Added object inheritance [skip ci]
This commit is contained in:
@@ -16,7 +16,7 @@ from src.exceptions import DownloadError
|
||||
from src.utils import handle_request_response
|
||||
|
||||
|
||||
class Downloader:
|
||||
class Downloader(object):
|
||||
"""Files downloader."""
|
||||
|
||||
def __init__(self: Self, config: RevancedConfig) -> None:
|
||||
|
||||
@@ -10,7 +10,7 @@ from src.downloader.uptodown import UptoDown
|
||||
from src.exceptions import DownloadError
|
||||
|
||||
|
||||
class DownloaderFactory:
|
||||
class DownloaderFactory(object):
|
||||
"""Downloader Factory."""
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user