From e4e256bd970426adfd6e7d265671ff1fee1e39d0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 6 Nov 2023 19:53:32 +0000 Subject: [PATCH] Remove unrequired annotations --- src/image_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/image_processing.py b/src/image_processing.py index 2102d75..4689918 100644 --- a/src/image_processing.py +++ b/src/image_processing.py @@ -19,7 +19,6 @@ def get_image_data(path: str): 'alt': alt_text, 'tags': tags } - print(image_data['create']) return image_data def add_watermark(file_data):