Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys committed Oct 23, 2023
1 parent c1ce200 commit 1437de8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/dynamicreporting/core/utils/report_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def PIL_image_to_data(img, guid=None):
if metadata:
data = save_tif_stripped(image, data, metadata)
imgbytes.close()
return data
return data


Expand Down

0 comments on commit 1437de8

Please sign in to comment.