Skip to content

Commit

Permalink
Removed unrelevant comments in files_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Sep 11, 2024
1 parent c87ff1e commit 2124f11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/files_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2124f11

Please sign in to comment.