we actually don't need to manually delete that since the tmp_dir should delete it on its own

This commit is contained in:
sneakers-the-rat 2024-09-02 18:20:55 -07:00
parent fa5e4defe2
commit 8883076e5c
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -179,6 +179,4 @@ def avi_video(tmp_path) -> Callable[[Tuple[int, int], int, bool], Path]:
writer.release()
return video_path
yield _make_video
video_path.unlink(missing_ok=True)
return _make_video