🧹 Cleanup

This commit is contained in:
Nikhil Badyal
2023-08-10 21:34:49 +05:30
parent 39d5009cc7
commit acc3a2dae7
8 changed files with 19 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from typing import Any
from loguru import logger
from src.downloader.download import Downloader
from src.utils import AppNotFound
from src.exceptions import AppNotFound
class ApkPure(Downloader):