From 2124f1154d30e52d410393811d460ed61ffa369b Mon Sep 17 00:00:00 2001 From: OSINT-TECHNOLOGIES <77023667+OSINT-TECHNOLOGIES@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:56:49 +0300 Subject: [PATCH] Removed unrelevant comments in files_processing.py --- service/files_processing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/service/files_processing.py b/service/files_processing.py index 222047d..df9dffe 100644 --- a/service/files_processing.py +++ b/service/files_processing.py @@ -6,9 +6,6 @@ def get_blob(file): return blob_data def find_files(filename): - """ - Function which will find wkhtmltopdf executable file - """ root_directory = os.getcwd() for root, dirs, files in os.walk(root_directory): if filename in files: