mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
🚨 Added object inheritance [skip ci]
This commit is contained in:
@@ -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