🚨 Lint Fix

This commit is contained in:
Nikhil Badyal
2023-08-24 21:57:29 +05:30
parent 9853edcfef
commit eacfce4264
+1 -1
View File
@@ -74,7 +74,7 @@ class APP(object):
except KeyError: except KeyError:
raise DownloadFailure( raise DownloadFailure(
f"App {self.app_name} not supported officially yet. Please provide download " f"App {self.app_name} not supported officially yet. Please provide download "
f"source in env." "source in env."
) )
downloader = DownloaderFactory.create_downloader( downloader = DownloaderFactory.create_downloader(
config=config, apk_source=self.download_source config=config, apk_source=self.download_source