Remove unrequired annotations

This commit is contained in:
Fred Boniface 2023-11-06 19:53:32 +00:00
parent 3c0451cd6c
commit e4e256bd97
1 changed files with 0 additions and 1 deletions

View File

@ -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):