mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Lint Fixes
This commit is contained in:
committed by
Nikhil Badyal
parent
f9b3bc6303
commit
6b8b09049f
@@ -1,4 +1,5 @@
|
||||
"""Downloader Class."""
|
||||
|
||||
from typing import Any, Self
|
||||
|
||||
import requests
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""APK Monk Downloader Class."""
|
||||
|
||||
import re
|
||||
from typing import Any, Self
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""APK Pure Downloader Class."""
|
||||
|
||||
from typing import Any, Self
|
||||
|
||||
from src.app import APP
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""APK SOS Downloader Class."""
|
||||
|
||||
from typing import Any, Self
|
||||
|
||||
import requests
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Downloader Class."""
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Downloader Factory."""
|
||||
|
||||
from src.config import RevancedConfig
|
||||
from src.downloader.apkmirror import ApkMirror
|
||||
from src.downloader.apkmonk import ApkMonk
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Github Downloader."""
|
||||
|
||||
import re
|
||||
from typing import Self
|
||||
from urllib.parse import urlparse
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Google Drive downloader Class."""
|
||||
|
||||
from typing import Any, Self
|
||||
|
||||
import gdown
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Upto Down Downloader."""
|
||||
|
||||
from typing import Any, Self
|
||||
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user