mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
we actually don't need to manually delete that since the tmp_dir should delete it on its own
This commit is contained in:
parent
fa5e4defe2
commit
8883076e5c
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue