From eacfce42647c7f40103166c86a5d90e8815ce9cb Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 24 Aug 2023 21:57:29 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Lint=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 49e9c72..861be54 100644 --- a/src/app.py +++ b/src/app.py @@ -74,7 +74,7 @@ class APP(object): except KeyError: raise DownloadFailure( f"App {self.app_name} not supported officially yet. Please provide download " - f"source in env." + "source in env." ) downloader = DownloaderFactory.create_downloader( config=config, apk_source=self.download_source