fossasia / open-event-server

Empty block of code found PTC-W0047
Anti-pattern
Major
5 months ago3 years old
Body doesn't contain any code
119    img.save(temp_file_path)
120    upfile = UploadedFile(file_path=temp_file_path, filename=filename)
121
122    if remove_after_upload:123        # os.remove(image_file) No point in removing in memory file
124        pass
125