🚨 Lint Fixes

This commit is contained in:
pre-commit-ci[bot]
2024-01-29 17:06:45 +00:00
committed by Nikhil Badyal
parent f9b3bc6303
commit 6b8b09049f
16 changed files with 28 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
"""Downloader Class."""
from typing import Any, Self
import requests
+1
View File
@@ -1,4 +1,5 @@
"""APK Monk Downloader Class."""
import re
from typing import Any, Self
+1
View File
@@ -1,4 +1,5 @@
"""APK Pure Downloader Class."""
from typing import Any, Self
from src.app import APP
+1
View File
@@ -1,4 +1,5 @@
"""APK SOS Downloader Class."""
from typing import Any, Self
import requests
+1
View File
@@ -1,4 +1,5 @@
"""Downloader Class."""
import os
import subprocess
from pathlib import Path
+1
View File
@@ -1,4 +1,5 @@
"""Downloader Factory."""
from src.config import RevancedConfig
from src.downloader.apkmirror import ApkMirror
from src.downloader.apkmonk import ApkMonk
+1
View File
@@ -1,4 +1,5 @@
"""Github Downloader."""
import re
from typing import Self
from urllib.parse import urlparse
+1
View File
@@ -1,4 +1,5 @@
"""Google Drive downloader Class."""
from typing import Any, Self
import gdown
+1
View File
@@ -1,4 +1,5 @@
"""Upto Down Downloader."""
from typing import Any, Self
import requests